06.10.2012, 21:26
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
new newcar;
if(newcar >= 1 && newcar <= 17)
{
if(PlayerInfo[playerid][pMember] != 1 || PlayerInfo[playerid][pLeader] != 1){
{
SendClientMessage(playerid, 0x7EBEFFFF,"perteneces al Cuerpo Policial [Cуdigo 1].");}
}
ekse
{
SendClientMessage(playerid, 0x7EBEFFFF,"No perteneces al Cuerpo Policial [Cуdigo 1].");}
}
}
}
