01.06.2015, 18:16
Ae Galera me ajudem na minha gm fica dando esses erros
ERROS
Linhas
OBS: EU JA APAGUEI UMAS DAS LINHA E DEU MAIS DE 15 ERROS
ERROS
PHP код:
C:\Users\carlos\Desktop\[gamemode] brasil expert rpg\gm\gamemodes\EXPRPG.pwn(29132) : warning 219: local variable "anim" shadows a variable at a preceding level
C:\Users\carlos\Desktop\[gamemode] brasil expert rpg\gm\gamemodes\EXPRPG.pwn(29138) : warning 219: local variable "anim" shadows a variable at a preceding level
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;
}