[Ajuda] Oque esta errado aki? - 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] Oque esta errado aki? (
/showthread.php?tid=378928)
Oque esta errado aki? -
darkturque - 19.09.2012
pawn Код:
EntradasPickup = CreatePickup(1726.9767,-1636.2733,20.2170,180.8683, -1);
SaidasPickup = CreatePickup(1710.433715,-1669.379272,20.225049, -1);
Toda Vez q compilo da os seguintes As warnings:
Код:
warning 213: tag mismatch
: warning 213: tag mismatch
: warning 213: tag mismatch
: warning 213: tag mismatch
: warning 202: number of arguments does not match definition
: warning 202: number of arguments does not match definition
A Linha do errado ja esta la em sima ^^ Porfavor da um help ai?
Re: Oque esta errado aki? -
.FuneraL. - 19.09.2012
pawn Код:
EntradasPickup = CreatePickup(1318, 1, 1726.9767,-1636.2733,20.2170,180.8683, -1);
SaidasPickup = CreatePickup(1318, 1, 1710.433715,-1669.379272,20.225049, -1);
Faltou o Modelo e Type da Pickup no Inicio da Funзгo.
Re: Oque esta errado aki? -
FenixBorn - 19.09.2012
pronto neh?
Re : Oque esta errado aki? -
darkturque - 19.09.2012
KKk' tinha me esquecido Valew й q eu tava com presa e nгo notei.