[Ajuda] AddStaticVehicleEx - 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] AddStaticVehicleEx (
/showthread.php?tid=648223)
AddStaticVehicleEx -
SrDivuOfficial - 17.01.2018
quando eu uso o
AddStaticVehicleEx(522,617.9281,-591.5347,16.7986,358.1109,6,0,-1,1); //
da warning sabe o q pode ser ?
Re: AddStaticVehicleEx -
Felpz - 17.01.2018
Se pode usar a AddStaticVehicle no lugar do AddStaticVehicleEx, ou tambem pode ser usado o CreateVehicle.
https://sampwiki.blast.hk/wiki/AddStaticVehicle
https://sampwiki.blast.hk/wiki/CreateVehicle
@Edit
Identifique seu erro...
https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
Re: AddStaticVehicleEx -
F1N4L - 17.01.2018
Argumentos em
AddStaticVehicleEx:
Код:
(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:z_angle, color1, color2, respawn_delay, addsiren=0)
@edit
Qual warning apresenta?
Re: AddStaticVehicleEx -
SrDivuOfficial - 17.01.2018
warning 202: number of arguments does not match definition
Re: AddStaticVehicleEx -
F1N4L - 17.01.2018
Tem certeza que й nessa linha
O nъmero de argumentos estб correto e os tipos de dados tambйm.
Re: AddStaticVehicleEx -
GuilhermeW - 17.01.2018
Manda 5 linhas para cima e 5 linhas para baixo, tambйm testei aqui, e o erro nгo estб nessa linha...
Re: AddStaticVehicleEx -
Marllun - 17.01.2018
PHP код:
AddStaticVehicleEx (522, 617.9281, -591.5347, 16.7986,358.1109, 6, -1, 1);