[Ajuda] Transformar estes comandos em strcmp/if
#10

Erros '-': (PT)

pawn Код:
C:\Users\Gustavo Chagas\Desktop\Server\gamemodes\EXPRPG.pwn(6633) : error 017: undefined symbol "sscanf"
C:\Users\Gustavo Chagas\Desktop\Server\gamemodes\EXPRPG.pwn(6634) : error 017: undefined symbol "permicaoc"
C:\Users\Gustavo Chagas\Desktop\Server\gamemodes\EXPRPG.pwn(6634) : warning 215: expression has no effect
C:\Users\Gustavo Chagas\Desktop\Server\gamemodes\EXPRPG.pwn(6632) : warning 203: symbol is never used: "id"
C:\Users\Gustavo Chagas\Desktop\Server\gamemodes\EXPRPG.pwn(29140) : warning 219: local variable "anim" shadows a variable at a preceding level
C:\Users\Gustavo Chagas\Desktop\Server\gamemodes\EXPRPG.pwn(29146) : warning 219: local variable "anim" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Linha do Warning anim:

pawn Код:
stock IsPlayerInWater(playerid) {
new anim = GetPlayerAnimationIndex(playerid);
if (((anim >=  1538) && (anim <= 1542)) || (anim == 1544) || (anim == 1250) || (anim == 1062)) return 1;
return 0;
}
pawn Код:
stock IsPlayerAiming(playerid) {
new anim = GetPlayerAnimationIndex(playerid);
if (((anim >= 1160) && (anim <= 1163)) || (anim == 1167) || (anim == 1365) ||
(anim == 1643) || (anim == 1453) || (anim == 220)) return 1;
return 0;
}
Reply


Messages In This Thread
Transformar estes comandos em strcmp/if - by Sti - 26.08.2013, 00:29
Re: Transformar estes comandos em strcmp/if - by Mteck - 26.08.2013, 00:41
Re: Transformar estes comandos em strcmp/if - by Sti - 26.08.2013, 00:43
Re: Transformar estes comandos em strcmp/if - by xxRaioxx - 26.08.2013, 01:03
Re: Transformar estes comandos em strcmp/if - by [THs]ShadoW - 26.08.2013, 01:07
Re: Transformar estes comandos em strcmp/if - by JesterAnkes - 26.08.2013, 01:19
Re: Transformar estes comandos em strcmp/if - by Sti - 26.08.2013, 02:16
Re: Transformar estes comandos em strcmp/if - by PT - 26.08.2013, 05:55
Re: Transformar estes comandos em strcmp/if - by caoraivoso3 - 26.08.2013, 10:39
Re: Transformar estes comandos em strcmp/if - by Sti - 26.08.2013, 15:04

Forum Jump:


Users browsing this thread: 2 Guest(s)