14.03.2010, 23:14
so, say they have a minigun, how they get banned?
thats my code for jetpack, could i change SPECIAL_ACTION to like, WEAPON_MINIGUN?
Код:
if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK)
{
SendClientMessage(COLOR_RED, "Hi there, you have been banned for jetpack hacks");
Ban(playerid); // Ban players if they have a jetpack
}

