31.08.2012, 18:26
Erro ao compilar:
C:\Users\Familia\Desktop\teste.pwn(5777) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5813) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5921) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5955) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5989) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(6023) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(6064) : warning 202: number of arguments does not match definition
Seguintes codes:
(5777) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5813) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5921) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5955):
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5989) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(6023) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(6064) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
o que tem de errado nessas linhas?
C:\Users\Familia\Desktop\teste.pwn(5777) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5813) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5921) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5955) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(5989) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(6023) : warning 202: number of arguments does not match definition
C:\Users\Familia\Desktop\teste.pwn(6064) : warning 202: number of arguments does not match definition
Seguintes codes:
(5777) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5813) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5921) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5955):
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(5989) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(6023) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
(6064) :
tmp = strtok(cmdtext, idx, strlen(cmdtext));
o que tem de errado nessas linhas?