[Pedido] TextDraw
#3

pawn Код:
// Topo do GM
enum pInfo
{
    pKills
};

PlayerInfo[MAX_PLAYERS][pInfo];

forward Kills(playerid);

public Kills(playerid)
{
     new String[50];      
     format(String, sizeof(String), "Matou: %d", PlayerInfo[playerid][pKills]);
     TextDrawSetString(matou, String);
     return 1;
}

//OnPlayerDeath

PlayerInfo[killerid][pKills]++;
E Mantenha essa sua Textdraw Assim ^^
Reply


Messages In This Thread
[Pedido] TextDraw - by goku114 - 20.06.2012, 17:20
Re: [Pedido] TextDraw - by EditPawn - 20.06.2012, 17:27
Re: [Pedido] TextDraw - by .FuneraL. - 20.06.2012, 17:27
Re: [Pedido] TextDraw - by blacktrindade - 20.06.2012, 17:30
Re: [Pedido] TextDraw - by .FuneraL. - 20.06.2012, 17:32
Re: [Pedido] TextDraw - by RoacH` - 20.06.2012, 17:33
Re: [Pedido] TextDraw - by EditPawn - 20.06.2012, 17:35
Re: [Pedido] TextDraw - by goku114 - 20.06.2012, 17:46

Forum Jump:


Users browsing this thread: 1 Guest(s)