18.09.2011, 19:20
Exemplo em ZCMD:
PHP код:
CMD:azul(playerid, params[])
{
SetPlayerColor(playerid, COR);// Em COR coloca o nome da cor!
return 1;
}