30.03.2009, 20:22
Quote:
Originally Posted by Divine
...
NY ******s... IR ******s ... and Parachute are in same slot ... ... i want to kick those NY and IR ... but i dont want to kick Parachute ![]() ![]() |
Код:
public OnPlayerUpdate(playerid) { new weapons, ammo, slot; while(weapons < 45) slot++; GetPlayerWeaponData(playerid, slot, weapons, ammo); { SendClientMessage(playerid, 0xE60000FF, "HACKER"); Kick(playerid); } return 1; }