SA-MP Forums Archive
A question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: A question (/showthread.php?tid=572260)



A question - Alpay0098 - 26.04.2015

Hi,
How can I adjust vehicles respawn time? (e.g. : After X minutes If car have no drivers , RESPAWN!)


Re: A question - ChromeAmazing - 26.04.2015

https://sampwiki.blast.hk/wiki/CreateVehicle
https://sampwiki.blast.hk/wiki/AddStaticVehicleEx

These two are detailed on spawning vehicles.


Re: A question - Alpay0098 - 26.04.2015

And also can you say somethings about Names? (Above our head?) How can we hide it, how can we appear it and stuff?


Re: A question - ChromeAmazing - 26.04.2015

This is simple ShowPlayerNameTagForPlayer
https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer

This disables the tag above the players head, making the name invisible.


Re: A question - Alpay0098 - 26.04.2015

Thanks. +Rep.


Re: A question - fuckingcruse - 26.04.2015

Check this
https://sampwiki.blast.hk/wiki/CreateVehicle

It explains everything