C:\Documents and Settings\Comp\Desktop\BER\pawno\include\dutils.inc(286) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Documents and Settings\Comp\Desktop\BER\pawno\include\cpstream.inc(80) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Documents and Settings\Comp\Desktop\BER\pawno\include\foreach.inc(628) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Documents and Settings\Comp\Desktop\BER\pawno\include\antibot.inc(53) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Documents and Settings\Comp\Desktop\BER\gamemodes\BER.pwn(2315) : warning 219: local variable "i" shadows a variable at a preceding level
(2315) for(new i =0; i<= MAX_PLAYERS;i++){
C:\Documents and Settings\Comp\Desktop\BER\gamemodes\BER.pwn(2372) : warning 202: number of arguments does not match definition
(2372) hospcars[1] = AddStaticVehicle(522,-338.9988,1061.5620,19.3061,0.6272,1,3,30); // moto-hosp
hospcars[1] = AddStaticVehicle(522,-338.9988,1061.5620,19.3061,0.6272,1,3);
for(new i = 0; i < MAX_PLAYERS; i++){
hospcars[1] = AddStaticVehicle(522,-338.9988,1061.5620,19.3061,0.6272,1,3);
// forma 1:
for(i =0; i<= MAX_PLAYERS;i++){
//Forma 2: ou tu muda tudo alem do loop
for(new j =0; j<= MAX_PLAYERS;j++){
pawn Код:
pawn Код:
|
(8128) : warning 215: expression has no effect
(8198) : warning 215: expression has no effect
(12669) : warning 225: unreachable code
(17616) : warning 219: local variable "i" shadows a variable at a preceding level
(17739) : warning 219: local variable "i" shadows a variable at a preceding level
(21440) : warning 219: local variable "i" shadows a variable at a preceding level
(23474) : warning 202: number of arguments does not match definition
(29465) : warning 203: symbol is never used: "playerid"
(29465 -- 29472) : warning 219: local variable "anim" shadows a variable at a preceding level
(30185) : warning 215: expression has no effect
(8128) for(i; i <MAX_PLAYERS; i++)
(8198) for(i; i <MAX_PLAYERS; i++)
(12669) SendClientMessage(playerid, COLOR_GREEN, "Vocк nгo estб carregado de ( Materia Prima ).");
(17616) new f[MAX_PLAYER_NAME], g[MAX_PLAYER_NAME], h[MAX_PLAYER_NAME], i[MAX_PLAYER_NAME];
(17739) new f[30], g[30], h[30], i[30];
(21440) for (new i = 0, j = strlen(string); i < j; i++) if (string[i] > '9' || string[i] < '0') return 0;
(23474) SendClientMessage(i, verdel);
(29465) stock IsPlayerInWater(playerid) {
(29465 -- 29472) stock IsPlayerInWater(playerid) {
return 0;
}
stock IsPlayerAiming(playerid) {
new anim = GetPlayerAnimationIndex(playerid);
(30185) for(i; i <= MAX_PLAYERS; i++) {
(8128) : warning 215: expression has no effect
(8198) : warning 215: expression has no effect
(29465 -- 29472) : warning 219: local variable "anim" shadows a variable at a preceding level
(23474) : warning 202: number of arguments does not match definition
(17616) : warning 219: local variable "i" shadows a variable at a preceding level
(17739) : warning 219: local variable "i" shadows a variable at a preceding level
(21440) : warning 219: local variable "i" shadows a variable at a preceding level
(29465) : warning 203: symbol is never used: "playerid"
pawn Код:
pawn Код:
pawn Код:
pawn Код:
pawn Код:
|
Essa й a ultima coisa que eu peзo |