29.06.2012, 23:30
I have a strange problem.
I wanted to make an anti weapon hack by this(http://forum.sa-mp.com/showthread.ph...ti+weapon+hack) tutorial and it didn't work.
After I tested if OnPlayerUpdate is working and it didnt work
I used this in my script
and after that I used it in Grand Larceny that i found in gamemodes,of course the chat was spamming 123 but in my gamemode it didn't.
Why?
I wanted to make an anti weapon hack by this(http://forum.sa-mp.com/showthread.ph...ti+weapon+hack) tutorial and it didn't work.
After I tested if OnPlayerUpdate is working and it didnt work
I used this in my script
pawn Код:
public OnPlayerUpdate(playerid)
{
SendClientMessage(playerid,-1,"Test 123...");
return 1;
}
Why?