- Версия MoonLoader
- .026-beta
Hello everyone, don't be tired
I wrote a hack gun for a CNR server. But when I gave myself a weapon, I was kicked from the server
I added the following script to my hack gun:
function ev.onSendPlayerSync(data)
if Dgun then
data.weapon = 0
end
end
When I added this script, I did not get kicked from the server.. but when I shoot the player, the player is not damaged.
What functions should I add to my script to damage the player?
please help
I wrote a hack gun for a CNR server. But when I gave myself a weapon, I was kicked from the server
I added the following script to my hack gun:
function ev.onSendPlayerSync(data)
if Dgun then
data.weapon = 0
end
end
When I added this script, I did not get kicked from the server.. but when I shoot the player, the player is not damaged.
What functions should I add to my script to damage the player?
please help