Spectating Textdraw
#3

That is not 2x score in textdraw the one you talking about is from my Player Info Textdraw.

Current code in OnPlayerUpdate:

pawn Код:
public OnPlayerUpdate(playerid)
{
    new str[300], Float:health;
    GetPlayerHealth(spectatorid[playerid], health);
    format(str, sizeof(str), "~y~Ping: ~w~%d ~r~Score: ~y~%d", GetPlayerPing(playerid), GetPlayerScore(playerid));
    TextDrawSetString(InfoP[playerid], str);
    format(str, sizeof(str), "~y~Now Spectating:~n~~w~%s~n~~r~Health: ~w~%.0f", GetpName(spectatorid[playerid]), health);
    TextDrawSetString(SpecP[playerid], str);
    return 1;
}
Reply


Messages In This Thread
Spectating Textdraw - by JaKe Elite - 19.05.2012, 12:25
Re: Spectating Textdraw - by Admigo - 19.05.2012, 13:23
Re: Spectating Textdraw - by JaKe Elite - 20.05.2012, 06:54
Re: Spectating Textdraw - by JaKe Elite - 20.05.2012, 07:52

Forum Jump:


Users browsing this thread: 1 Guest(s)