28.10.2015, 03:13
PHP код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
new CMDtxt[128];
if(!success) //linha 6505
{
TextDrawSetString(CMDtxt, "Comando invalido, digite /cmds."); //linha 6507
TextDrawShowForPlayer(playerid, CMDtxt); //linha 6508
SetTimerEx("@HideWrongCommand", 2000, false, "i", playerid);
return 1;
}
return 1;
}