Server question
#10

PHP код:
public OnPlayerTakeDamage(playeridissueridFloatamountweaponidbodypart
{
    if(
issuerid != INVALID_PLAYER_ID)
    {
        new 
string[128]; 
        
format(string,sizeof(string),"-%.0f HP",amount); 
        
SetPlayerChatBubble(playerid,string,0x660000AA,150.0,2500); 
    }
    return 
1;

Try it?
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)