07.11.2017, 16:45
I like it, sorry
//Nope, it doesn't work. Sorry, I don't have time to work on it.
Код:
forward Weapons(playerid); public Weapons(playerid) { GetPlayerWeaponData(playerid, c, weaponid, ammo); if (weaponid != 24 ) return BanEx(playerid, "WeaponHack"); } public OnPlayerConnect(playerid) { SetTimer("Weapons", 10000, 1); } public OnPlayerDisconnect(playerid) { KillTimer(Weapons(playerid)); }