[Ajuda] Problemas ao checkar parametro
#2

Vocк ta tentando comparar uma string com uma variavel, faz assim:

pawn Код:
new robesc, id; //Procura essa linha
new robesc[129], id; //Substitui por essa

if(sscanf(params, "sd", robesc, id)) //Procura essa linha
if(sscanf(params, "s[129]d", robesc, id)) //Substitui por essa
No resto eu acho que ta bom, testa aн se tiver outros erros posta.
Reply


Messages In This Thread
Problemas ao checkar parametro - by iHarzard - 26.10.2013, 20:03
Re: Problemas ao checkar parametro - by andreasbleck - 26.10.2013, 20:10
Re: Problemas ao checkar parametro - by iHarzard - 26.10.2013, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)