[FilterScript] FPS,PING,DEATH,KILLS,NAME,SCORE,DAY Textdraw
#5

Quote:
Originally Posted by JuanStone
Посмотреть сообщение
PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    if(
killerid != INVALID_PLAYER_ID)
    {
        
tt(killerid);
        
tt2(killerid);
        
PlayerInfo[killerid][kills]++;
    }
    
tt(playerid);
    
tt2(playerid);
    
PlayerInfo[playerid][death]++;
    
//..
    
return true;

thank you, actually I started studying pawn in late 2011, did not move for 1 year, then I started, then I got one year without playing samp and came back now, so I'm out of date, "You gave many reputations in the last 24 hours " tomorrow i will give your a rep - TOPIC FIXED
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)