Need help ! For good scripters please !
#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


Messages In This Thread
Need help ! For good scripters please ! - by DonBonanno - 23.01.2015, 16:08
Re: Need help ! For good scripters please ! - by JaydenJason - 23.01.2015, 16:21
Re: Need help ! For good scripters please ! - by Michael B - 23.01.2015, 16:27
Re: Need help ! For good scripters please ! - by DonBonanno - 23.01.2015, 16:55
Re: Need help ! For good scripters please ! - by GGW - 23.01.2015, 17:16

Forum Jump:


Users browsing this thread: 1 Guest(s)