[Ajuda] Aviso
#1

Ae Galera me ajudem na minha gm fica dando esses erros

ERROS


PHP код:
C:\Users\carlos\Desktop\[gamemodebrasil expert rpg\gm\gamemodes\EXPRPG.pwn(29132) : warning 219local variable "anim" shadows a variable at a preceding level
C
:\Users\carlos\Desktop\[gamemodebrasil expert rpg\gm\gamemodes\EXPRPG.pwn(29138) : warning 219local variable "anim" shadows a variable at a preceding level 
Linhas

PHP код:
stock IsPlayerInWater(playerid) {
new 
anim GetPlayerAnimationIndex(playerid);
if (((
anim >=  1538) && (anim <= 1542)) || (anim == 1544) || (anim == 1250) || (anim == 1062)) return 1;
return 
0;

PHP код:
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;

OBS: EU JA APAGUEI UMAS DAS LINHA E DEU MAIS DE 15 ERROS
Reply


Messages In This Thread
Aviso - by Matei123 - 01.06.2015, 18:16
Re: Aviso - by ReyMysterio - 01.06.2015, 18:18
Re: Aviso - by Matei123 - 01.06.2015, 18:31

Forum Jump:


Users browsing this thread: 1 Guest(s)