28.10.2009, 17:06
Hey i have this code : if(GetPlayerWeapon(playerid) == WEAPON_M4) {
SetPlayerHealth(playerid,0);
SendClientMessage(playerid,0xAA3333AA,"you don't realy need gun's on a drift server..");
return 0;
}
What would i have to do to it so it's admin's only that can use this weapon?
Thank's
-Noddi3
SetPlayerHealth(playerid,0);
SendClientMessage(playerid,0xAA3333AA,"you don't realy need gun's on a drift server..");
return 0;
}
What would i have to do to it so it's admin's only that can use this weapon?
Thank's
-Noddi3