[Ajuda] Erros
#7

Vocк nгo postou as linhas entгo nгo tenho certeza se vai ser isso...

No topo:
PHP код:
#define EnviarMensagemaTodos SendClientMessageToAll
#define SetarTempo SetTimer
new Float:X,Float:Y,Float:Z
Agora no topo de OnPlayerCommandText:
PHP код:
new cmd; new idx;
cmd strtok(cmdtext,idx); 
No final do GM coloca:
PHP код:
strtok(const string[], &index)
{
    new 
length strlen(string);
    while ((
index length) && (string[index] <= ' '))
    {
        
index++;
    }
    new 
offset index;
    new 
result[20];
    while ((
index length) && (string[index] > ' ') && ((index offset) < (sizeof(result) - 1)))
    {
        
result[index offset] = string[index];
        
index++;
    }
    
result[index offset] = EOS;
    return 
result;

Este warning
Quote:

warning 203: symbol is never used: "Org"

й porque vocк nгo esta usando a variavel 'Org'


Espero ter ajudado
Reply


Messages In This Thread
[Ajuda] Erros - by Tymer - 10.07.2011, 11:24
Re: [Ajuda] Erros - by Tymer - 10.07.2011, 12:06
Re: [Ajuda] Erros - by Josma_cmd - 10.07.2011, 12:42
Re: [Ajuda] Erros - by Josma_cmd - 10.07.2011, 12:59
Re: [Ajuda] Erros - by Josma_cmd - 10.07.2011, 13:15
Re: [Ajuda] Erros - by Tymer - 10.07.2011, 13:37
Re: [Ajuda] Erros - by Dark.Angel - 10.07.2011, 13:56
Re: [Ajuda] Erros - by Tymer - 10.07.2011, 14:20
Re: [Ajuda] Erros - by Dark.Angel - 10.07.2011, 14:37
Re: [Ajuda] Erros - by Tymer - 10.07.2011, 15:13

Forum Jump:


Users browsing this thread: 2 Guest(s)