07.10.2013, 22:42
~:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/cor", true))
{
// funcoes
}
return 0;
}

