[AJUDA]Como Retirar Esses Warnings
#1

Galera Estou Com Um Problema ....

Tipo Coloquei Uns Carros No Meu GM Ai ... Algumas Coisas Mudou ... Tipo Quando Entrava No Server O Player Nascia Na Primeira Pista ... Agora Ele Nasce Em Uma Cidade Pequena Que Eu Nem Sei O Nome .. Isso Fora Os Warnings Que Queria Tirar Talvez Seja Os Warning Que Estб Fazendo Isso ..

Sгo 19 Warnings ..

Linhas :

69 : ELEGY3 = CreateVehicle(562, -320.7390, 1515.9376, 75.0664, 180.2330, 116, 1);
71 : ELEGY3 = CreateVehicle(562, -327.3745, 1515.6602, 75.0657, 180.9014, 116, 1);
73 : ELEGY3 = CreateVehicle(562, -334.8694, 1515.3153, 75.0659, 179.7274, 116, 1);
75 : ELEGY3 = CreateVehicle(562, -338.7414, 1515.5231, 75.0663, 179.3418, 36, 1);
77 : ELEGY3 = CreateVehicle(562, -343.8574, 1515.9399, 75.0665, 179.5462, 116, 1);
79 : ELEGY3 = CreateVehicle(562, 1117.2921, 2114.0378, 10.4754, 271.5768, 116, 1);
81 : ELEGY3 = CreateVehicle(562, 1117.0940, 2109.7253, 10.4752, 270.5373, 116, 1);
83 : ELEGY3 = CreateVehicle(562, 1116.8413, 2104.9866, 10.4840, 268.4310, 116, 1);
85 : ELEGY3 = CreateVehicle(562, 1117.0770, 2100.3386, 10.4759, 270.5197, 116, 1);
87 : ELEGY3 = CreateVehicle(562, 1116.9530, 2095.4194, 10.4748, 269.1887, 116, 1);
89 : ELEGY3 = CreateVehicle(562, 1116.5840, 2090.0134, 10.4755, 269.4337, 116, 1);
91 : ELEGY3 = CreateVehicle(562, 1116.3907, 2085.1028, 10.4752, 271.6430, 116, 1);
93 : ELEGY3 = CreateVehicle(562, 1117.0668, 2079.2830, 10.4805, 271.7916, 116, 1);
95 : ELEGY3 = CreateVehicle(562, 1116.8829, 2073.9468, 10.4799, 270.5471, 116, 1);
97 : ELEGY3 = CreateVehicle(562, 1116.6604, 2068.4492, 10.4787, 268.9994, 116, 1);
97 : ELEGY3 = CreateVehicle(562, 1116.6604, 2068.4492, 10.4787, 268.9994, 116, 1);

Aqui Diz Linha 729 Mais N Tem Intгo Irei Passar As 5 Ultimas Linhas

SendClientMessage(playerid, 0xAA3333AA, "Vocк Nгo Estб Em Um Carro!");
}
return 1;
}
return 0;
}


------------------------------------------------------------------------------------------------------------


Quando Compilo Aparece Isso :

D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(69) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(71) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(73) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(75) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(77) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(79) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(81) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(83) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(85) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(87) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(89) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(91) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(93) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(95) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(97) : warning 202: number of arguments does not match definition
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(729) : warning 203: symbol is never used: "ELEGY"
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(729) : warning 203: symbol is never used: "ELEGY2"
D:\Duany\Jogos\Samp Server\gamemodes\Driftv2.pwn(97) : warning 204: symbol is assigned a value that is never used: "ELEGY3"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


18 Warnings.

------------------------------------------------------------------------------------------------------------

Vlw Ajuda Por Favor ..
Reply
#2

O problema й que sгo varios ELEGY3.
Fassa como contagem, exemplo :
Код:
ELEGY1 = CreateVehicle(562, -320.7390, 1515.9376, 75.0664, 180.2330, 116, 1);
ELEGY2 = CreateVehicle(562, -327.3745, 1515.6602, 75.0657, 180.9014, 116, 1);
E no topo do GM bote tambйm como contagem.
Код:
new ELEGY1;
new ELEGY2;
O problema pode ser isso.
Reply
#3

Continua Os Warnings
Reply
#4

Nada ver, Sгo CreateVehicle(ID, POSX, POSy, PosZ,ANGULO,COR1,COR2,DELAY,

Mais INformaзoes exatas:

https://sampwiki.blast.hk/wiki/CreateVehicle
Reply
#5

Ou seja, й o que o Gafield falou, e digo mais uma coisa, se nгo sabe inglкs, usa o ****** tradutor, ou interprete o erro:

number of arguments does not match definition = Numero de argumentos nгo estб de acordo com a definiзгo (truduзгo by eu), ou seja, as coisas que vocк colocou ali, nгo tem o numero de informaзхes que o programa precisa para cria o codigo.
Reply
#6

da proxima vez poste o codigo em: para comeзar [*pawn] codigo pawno aqui! [*/pawn]
sem os " * "
ex:
pawn Код:
codigo pawno aqui!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)