Server question
#5

OnPlayerTakeDamager code
PHP код:
public OnPlayerTakeDamage(playeridissueridFloatamountweaponid)
{
    new 
string[128];
    
format(string,sizeof(string),"-%.0f HP",amount);
    
SetPlayerChatBubble(playerid,string,0x660000AA,150.0,2500);
    return 
1;

Reply


Messages In This Thread
Server question - by radiobizza - 16.03.2016, 21:53
Re: Server question - by Amads - 16.03.2016, 21:58
Re: Server question - by XtremeRz - 16.03.2016, 23:18
Re: Server question - by radiobizza - 17.03.2016, 05:09
Re: Server question - by radiobizza - 17.03.2016, 05:11
Re: Server question - by jlalt - 17.03.2016, 05:17
Re: Server question - by radiobizza - 17.03.2016, 13:02
Re: Server question - by introzen - 17.03.2016, 18:38
Re: Server question - by radiobizza - 18.03.2016, 05:30
Re: Server question - by itsCody - 18.03.2016, 05:38

Forum Jump:


Users browsing this thread: 1 Guest(s)