Need help ! For good scripters please !
#1

Hello..
I need a tutorial or a script for this:

"When the player is death,to show Attach3DTextLabelToPlayer at his head with wich gun and how many bullets was shooted..And where was shooted.." If you know a FS or script give me please..

Thank you..
Reply
#2

This is scripting help, not scripting requests, wrong section. https://sampforum.blast.hk/showthread.php?tid=447813
Reply
#3

Could do something with Attach3DTextLabelToPlayer function.
Reply
#4

Give me an example how can i do this...
Reply
#5

i think its something like this ...

( BTW this script show only the weapon name )

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
   new 
gunname[32], string[250];
   
GetWeaponName(reason,gunname,sizeof(gunname));
   
format(string250"i Died By %s Weapon"gunname);
   new 
Text3D:label Create3DTextLabel(string0x38FF06FF30.040.050.040.00);
   
Attach3DTextLabelToPlayer(labelplayerid0.00.00.7);
   return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)