[Ajuda] Server:Unknow Command
#1

Eu criei esse comando aqui para entrar no Spawn Civil
PHP код:
    if(strcmp("/entrar"cmdtexttrue10))
        {
            if(
IsPlayerInRangeOfPoint(playerid1.01598.4441, -2282.23005.7695))
                {
                    
SetPlayerPos(playerid1583.7435, -2286.554013.5396);
                    new 
txt[128]; format(txtsizeof(txt), "%s Vocк entrou do Spawn Civil."servermsg);
                    
SendClientMessage(playeridWHITEtxt);
                } 
Ele retorna como "Server:Unknow Command" e nгo executa comando.
Alguйm sabe por que?

________
Reply
#2

EU RESOLVI O PROBLEMA.
Mas eu ainda quero entender a callback OnPlayerCommandText porque nгo entendi a diferenзa entre colocar o "!"na frente do comando.

Quote:
Originally Posted by GustavoVader
Посмотреть сообщение
Eu criei esse comando aqui para entrar no Spawn Civil
PHP код:
    if(strcmp("/entrar"cmdtexttrue10))
        {
            if(
IsPlayerInRangeOfPoint(playerid1.01598.4441, -2282.23005.7695))
                {
                    
SetPlayerPos(playerid1583.7435, -2286.554013.5396);
                    new 
txt[128]; format(txtsizeof(txt), "%s Vocк entrou do Spawn Civil."servermsg);
                    
SendClientMessage(playeridWHITEtxt);
                } 
Ele retorna como "Server:Unknow Command" e nгo executa comando.
Alguйm sabe por que?

________
Reply
#3

Existem regras para se fazer Double-post. Respeite-a!

Em relaзгo ao !: Este sнmbolo emite a ideia de negaзгo.

Na prбtica:
PHP код:
if(!IsPlayerAdmin(playerid))
    print(
"O jogador nгo й admin RCON"); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)