Textdraw update
#4

Hope this helps

pawn Код:
stock ShowScoreBoardOnEnd(playerid)
{
    format(string, sizeof(string), "~r~1.  ~w~%s    ~r~%d  ~b~%d",PlayerName(playerid),RoundsKills[playerid],RoundDeaths[playerid]);
    TextDrawSetString(Text:RoundEndStats1, string);
    TextDrawShowForAll(RoundEndStats1);
}
pawn Код:
PlayerName( playerid )
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName( playerid, name, sizeof( name ) );
    return name;
}
PS DO you want your textdraw show for all? Just wondering..
Reply


Messages In This Thread
Textdraw update - by BlackWolf120 - 31.01.2011, 21:53
Re: Textdraw update - by iMonk3y - 31.01.2011, 21:56
Re: Textdraw update - by BlackWolf120 - 31.01.2011, 22:00
Re: Textdraw update - by iMonk3y - 31.01.2011, 22:27

Forum Jump:


Users browsing this thread: 1 Guest(s)