[Ajuda] Como tiro esses erros?
#4

Quote:
Originally Posted by Jonathan_Feitosa
Посмотреть сообщение
pawn Код:
hospcars[1] = AddStaticVehicle(522,-338.9988,1061.5620,19.3061,0.6272,1,3);
pawn Код:
// 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++){
e esses erros aki como arrumo eles

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
em baixo postarei as linhas

pawn Код:
(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++) {
Reply


Messages In This Thread
Como tiro esses erros? - by aldair8 - 11.12.2012, 19:20
Re: Como tiro esses erros? - by HardWar - 11.12.2012, 19:24
Re: Como tiro esses erros? - by JonathanFeitosa - 11.12.2012, 19:25
Re: Como tiro esses erros? - by aldair8 - 11.12.2012, 21:08
Re: Como tiro esses erros? - by Nill.Oliveira - 11.12.2012, 21:29
Re: Como tiro esses erros? - by paulor - 11.12.2012, 21:38
Re: Como tiro esses erros? - by aldair8 - 11.12.2012, 21:45
Re: Como tiro esses erros? - by Nill.Oliveira - 11.12.2012, 22:09
Re: Como tiro esses erros? - by TreePuncher - 11.12.2012, 22:13
Re: Como tiro esses erros? - by aldair8 - 11.12.2012, 22:27

Forum Jump:


Users browsing this thread: 2 Guest(s)