29.06.2012, 15:55
pawn Код:
CMD:po(playerid,params[])
{
if(gteam[playerid] == class variable)
{
SendClientMessage(playerid,putcolorhere,"MDPD Pull Over To The Right Side Of The Road");
}
else
{
SendClientMessage(playerid,-1,"You are not MDPD to use this command!");
}
return 1;
}