SA-MP Forums Archive
[Ajuda] Como remover esse warning? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Como remover esse warning? (/showthread.php?tid=524465)



Como remover esse warning? - HardLife - 06.07.2014

Olб galera. Eu gostaria de sabe como remover esse warning 202 que jб ta me enchendo.

Код:
C:\Users\Juninho\Desktop\[BBJ] - Brasil Bloody justice\gamemodes\bbj.pwn(11449) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           9636 bytes
Code size:          1303024 bytes
Data size:          7583568 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 8912612 bytes

1 Warning.
Linha que estб com erro:

Код:
	SetVehiclePosEx(GetPlayerVehicleID(playerid), 1938.8511, -1755.1078, 13.3828);
Print:




Re: Como remover esse warning? - MultiKill - 06.07.2014

Pelo o que eu vi a funзгo SetVehiclePosEx, usa 5 parвmetros. O primeiro parвmetro й Veiculo , o segundo X, o terceiro Y, o quarto Z e o quinto Angulo. Ficando:
pawn Код:
SetVehiclePosEx(Veiculo, Float: X, Float: Y, Float: Z, Float: Angulo);
Se for usar sу 4 parвmetros use a funзгo nativa do samp SetVehiclePos.

Pelo que percebi, vocк estб editando um GM, sу te dou uma dica nгo comece editando Game Modes, estude.