24.06.2011, 13:45
Ah yes thanks, I tried to make it like this now so it wont kill rcon admins, but compiler crashes
pawn Код:
new model = GetVehicleModel( vehicleid );
if ( model == 432 )
{
IsPlayerAdmin(playerid);
SendClientMessage(playerid,COLOR_ARED,"Admin rights confirmed");
}
else
SetPlayerHealth(playerid,0);
GameTextForPlayer(playerid,"~r~Dont touch my toys",5000,5);
}