Duvida sobre isto
#2

Em zcmd nгo se usa a OnPlayerCommandText

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
     if(!success)
     {
           new string[90];
           format(string,sizeof(string),"{FF0000}** Comando {BE8E18}%s{FF0000} й inexistente.",cmdtext);
           SendClientMessage(playerid,COR, string);
           return 1;
     }
     return 1;
}
Reply


Messages In This Thread
Duvida sobre isto - by Gleisson_. - 12.12.2012, 14:24
Re: Duvida sobre isto - by Baiano - 12.12.2012, 14:26
Re: Duvida sobre isto - by Schocc - 12.12.2012, 14:31
Re: Duvida sobre isto - by Gleisson_. - 12.12.2012, 14:40

Forum Jump:


Users browsing this thread: 1 Guest(s)