12.06.2009, 11:49
Just copy paste this.....add under OnPlayerCommandText....copy the if code
Код:
public OnPlayerCommandText(playerid, cmdtext[]) // do not add this again if exists previously
{
if (!strcmp("/duty", cmdtext, true, 5))
{
SetPlayerColor(playerid,0x0000FFFF);
return 1;
}
return 0;
}

