[Ajuda] Mudar o 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] Mudar o AddStaticVehicleEx (
/showthread.php?tid=571621)
Mudar o AddStaticVehicleEx -
LorDGameS - 20.04.2015
Olб Galera, Gostaria de uma ajuda que eu nгo consigo arrumar, tipo eu estou querendo trocar os AddStaticVehicleEx para AddStaticVehicle alguem puder me ajuda agradeзo.
Re: Mudar o AddStaticVehicleEx -
Fel486 - 20.04.2015
PHP код:
AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2)
PHP код:
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay, add_siren);
Atualmente, a diferenзa entre eles sгo porque o AddStaticVehicleEx possui 2 parametros a mais: tempo de respawn e adicionar ou nгo sirene ao veнculo. Entгo, remova os dois ъltimos parвmetros dos seus AddStaticVehicleEx e substituia por AddStaticVehicle.
https://sampwiki.blast.hk/wiki/AddStaticVehicle
https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
Re: Mudar o AddStaticVehicleEx -
ipsLuan - 20.04.2015
Lembre-se que a sirene й uma funзгo nova e pode nгo ter no seu code.
Re: Mudar o AddStaticVehicleEx -
LorDGameS - 20.04.2015
Quote:
Originally Posted by Fel486
PHP код:
AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2)
PHP код:
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay, add_siren);
Atualmente, a diferenзa entre eles sгo porque o AddStaticVehicleEx possui 2 parametros a mais: tempo de respawn e adicionar ou nгo sirene ao veнculo. Entгo, remova os dois ъltimos parвmetros dos seus AddStaticVehicleEx e substituia por AddStaticVehicle.
https://sampwiki.blast.hk/wiki/AddStaticVehicle
https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
|
Valeu cara