30.03.2009, 19:47
Hello ...
I want to make this lil anti-cheat .. that kicks player for ellegal wep ..
...
all i got is this
....
but since i suck at this .. it dosent work ...
any ideas to help a lil ?
...
im a beginner so dont plz dont give me a hard time ...
Thnx in advice
I want to make this lil anti-cheat .. that kicks player for ellegal wep ..
...
all i got is this
Код:
public OnPlayerUpdate(playerid) } GetPlayerWeaponData(playerid, slot, &weapons, &ammo); if (&weapons = 35 && ammo >=1); } SendClientMessage(playerid, 0xE60000FF, "HACKER"); Kick(playerid); } return 1; }
but since i suck at this .. it dosent work ...
any ideas to help a lil ?
...
im a beginner so dont plz dont give me a hard time ...
Thnx in advice
