17.09.2011, 15:27
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
//Commands here
if(strcmp(cmd, "/pay", true) == 0)
{
if(IsPlayerConnected(playerid))
{
}
return 1;
}
return SendClientMessage(playerid, COLOR,"Bad command, do /help to see all avaible commands");
}