24.08.2011, 08:37
PHP Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendClientMessage(playerid, COLOR_RED,"Wrong commands try /cmds to full list of commands");
return 1;
}
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendClientMessage(playerid, COLOR_RED,"Wrong commands try /cmds to full list of commands");
return 1;
}