28.10.2015, 02:49
que funзгo й essa, "Desbug"?
@edit
PHP код:
// topo do gm
new Text:CMDtext[MAX_PLAYERS];
//OnGameModeInit
TextDrawCreate(...
//CommandPerf..
if(!success) //linha 6505
{
TextDrawSetString(CMDtxt[playerid], "Comando invalido, digite /cmds.");
TextDrawShowForPlayer(playerid, CMDtxt[playerid]);
SetTimerEx("@HideWrongCommand", 2000, false, "i", playerid);
return 1;
}