NodZen Posted September 3, 2012 Posted September 3, 2012 Amigos , diganme porque no funciona este script... Alparecer esta todo bien function patriot2 () patriot2 = createVehicle ( 470, 2294.82, 2450.75, 10.82 ) myBlip = createBlipAttachedTo ( patriot2, 23 ) end ------------------------------------------------------------------------------------------ My scripts http://community.multitheftauto.com/index.php?p=resources&s=details&id=6977 http://community.multitheftauto.com/index.php?p=resources&s=details&id=7740
NodZen Posted September 3, 2012 Author Posted September 3, 2012 y el blip? eh? ------------------------------------------------------------------------------------------ My scripts http://community.multitheftauto.com/index.php?p=resources&s=details&id=6977 http://community.multitheftauto.com/index.php?p=resources&s=details&id=7740
BorderLine Posted September 3, 2012 Posted September 3, 2012 y agregandole el evento funciona? Actual Nick: [XGN]BorderLine Actual Clan: XLatino Actual Status: Staff, Mod Level 1 (BOSS)Yakuza - [vS]Yakuza - [sXE]Yakuza - [uG]Yakuza - [FTLS]Racing - [XGN]Borderline
NodZen Posted September 3, 2012 Author Posted September 3, 2012 y agregandole el evento funciona? Tampoco. Yalo probe ------------------------------------------------------------------------------------------ My scripts http://community.multitheftauto.com/index.php?p=resources&s=details&id=6977 http://community.multitheftauto.com/index.php?p=resources&s=details&id=7740
Arsilex Posted September 3, 2012 Posted September 3, 2012 puedes enseñar todo el script? ya que falta el blip y el evento y tal..
NodZen Posted September 3, 2012 Author Posted September 3, 2012 puedes enseñar todo el script? ya que falta el blip y el evento y tal.. function patriot ( ) patriot2 = createVehicle ( 470, 2294.82, 2450.75, 10.82 ) myBlip = createBlipAttachedTo ( patriot2, 23 ) end addEventHandler("onResourceStart", patriot ) Lo hice asi , nose si esta bien.. ------------------------------------------------------------------------------------------ My scripts http://community.multitheftauto.com/index.php?p=resources&s=details&id=6977 http://community.multitheftauto.com/index.php?p=resources&s=details&id=7740
Araa Posted September 3, 2012 Posted September 3, 2012 puedes enseñar todo el script? ya que falta el blip y el evento y tal.. El blip lo crea el. function patriot ( ) patriot2 = createVehicle ( 470, 2294.82, 2450.75, 10.82 ) myBlip = createBlipAttachedTo ( patriot2, 23 ) end addEventHandler( "onResourceStart", resourceRoot, patriot) Proba ahora. Hi, this is a signature.
NodZen Posted September 3, 2012 Author Posted September 3, 2012 Gracias @Araa , funcionaa perfectamente ------------------------------------------------------------------------------------------ My scripts http://community.multitheftauto.com/index.php?p=resources&s=details&id=6977 http://community.multitheftauto.com/index.php?p=resources&s=details&id=7740
Recommended Posts