SA-MP Forums Archive
is it possible? - 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: is it possible? (/showthread.php?tid=307745)



is it possible? - Dovydux - 31.12.2011

is it possible to make cargobob back enterable without any interriors?
like in this video
[ame="http://http://www.youtube.com/watch?v=B4kTG7LOSaI"]http://http://www.youtube.com/watch?v=B4kTG7LOSaI[/ame]


Re: is it possible? - coole210 - 31.12.2011

Attach an object to the vehicle at a certain coordinate, in this case, its a block of steel.


Re: is it possible? - Dovydux - 31.12.2011

i think the back is solid :/
still i will try


Re: is it possible? - Kar - 31.12.2011

you could make it so that if a player presses enter behind of it they start spectating the cargobob


Re: is it possible? - Dovydux - 31.12.2011

maybe, but i want that they could fly with it
isn't there a way to remove parts from vehicles?


Re: is it possible? - Dovydux - 01.01.2012

anybody doesn't know?


Re: is it possible? - Dovydux - 29.11.2012

would it work, if I made when player is near cargobob's back and presses ENTER, that it would teleport the player inside cargobob?


Re: is it possible? - -CaRRoT - 29.11.2012

It will work incase you attach solid objects to the cargobob.


Re: is it possible? - maramizo - 29.11.2012

Quote:
Originally Posted by Kar
Посмотреть сообщение
you could make it so that if a player presses enter behind of it they start spectating the cargobob
This.
By using TogglePlayerSpectating, PlayerSpectatePlayer and SetPlayerPos, you can easily create this script by a combination of those under OnPlayerKeyStateChange.