17.10.2012, 14:51
Example
Код:
CMD:command(playerid, params[])
{
if(pTeam[playerid] == team_civ)
{
//Put your codes here
}
else return SendClientMessage(playerid, 0xFF0000FF,"[ERROR]: You are not in team_civ");
return 1;
}
