SA-MP Forums Archive
Throw player in boot/trunk - 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: Throw player in boot/trunk (/showthread.php?tid=652960)



Throw player in boot/trunk - Usmanmemon - 22.04.2018

Hello guys so basically i am trying to making a system in which a player can grab a player and put him in car boot.

i have done almost every thing but i just need one help, when i use spectate TogglePlayerSpectating(playerid, 1);
PlayerSpectateVehicle(playerid, vehicleid, SPECTATE_MODE_NORMAL); functions it working fine but player cant see player name tag who is in Boot /trunk ...


Re: Throw player in boot/trunk - Pottus - 22.04.2018

Attach your own 3d text labels then.


Re: Throw player in boot/trunk - Usmanmemon - 23.04.2018

Hmm i will attached the 3d text but the health and armour bar?


Re: Throw player in boot/trunk - std - 23.04.2018

Quote:
Originally Posted by Usmanmemon
Посмотреть сообщение
Hmm i will attached the 3d text but the health and armour bar?
still use labels?


Re: Throw player in boot/trunk - Bingo - 23.04.2018

Quote:
Originally Posted by std
Посмотреть сообщение
still use labels?
Nope, Not labels.

He’ll have to use Textdraws if it’s really necessary but i don’t see the point of health and armour bar, You just need to know who is kidnapped or who is in the boot/trunk right?


Re: Throw player in boot/trunk - Usmanmemon - 23.04.2018

Quote:
Originally Posted by Bingo
Посмотреть сообщение
Nope, Not labels.

He’ll have to use Textdraws if it’s really necessary but i don’t see the point of health and armour bar, You just need to know who is kidnapped or who is in the boot/trunk right?
Exactly but the problem is how i can show the kidnapper the health and armour bar of the kidnapped person.


Re: Throw player in boot/trunk - ItsRobinson - 23.04.2018

Text draws or labels are your own realistic ways or you can use a chat message, send the driver regular updates on the players health or if the health amount changes send a message to the player.


Re: Throw player in boot/trunk - Usmanmemon - 24.04.2018

Quote:
Originally Posted by ItsRobinson
Посмотреть сообщение
Text draws or labels are your own realistic ways or you can use a chat message, send the driver regular updates on the players health or if the health amount changes send a message to the player.
So there is no another way to get these bar without textdraw?


Re: Throw player in boot/trunk - Pottus - 24.04.2018

No you can't do that just put their HP in the 3d text label and done.


Re: Throw player in boot/trunk - Usmanmemon - 24.04.2018

Quote:
Originally Posted by Pottus
Посмотреть сообщение
No you can't do that just put their HP in the 3d text label and done.
Any example please...