How to update textdraw information ?
#6

Quote:
Originally Posted by arakuta
Посмотреть сообщение
You can create a function that gives score and automatically update the textdraw.

pawn Код:
GivePlayerScore(playerid,scr)
{
    SetPlayerScore(playerid,GetPlayerScore(playerid) + score);
    PlayerTextDrawSetString(playerid,text[playerid],"String");
}
That is actually genuis. Can save a timer usage.
Reply


Messages In This Thread
How to update textdraw information ? - by SandKing94 - 08.08.2014, 11:30
Re: How to update textdraw information ? - by [XST]O_x - 08.08.2014, 11:51
Re: How to update textdraw information ? - by arakuta - 08.08.2014, 11:57
Re: How to update textdraw information ? - by SandKing94 - 08.08.2014, 11:58
Re: How to update textdraw information ? - by Vince - 08.08.2014, 12:07
Re: How to update textdraw information ? - by [XST]O_x - 08.08.2014, 12:20
Re: How to update textdraw information ? - by SandKing94 - 08.08.2014, 13:25
Re: How to update textdraw information ? - by SandKing94 - 08.08.2014, 13:49
Re: How to update textdraw information ? - by caoraivoso3 - 08.08.2014, 13:51
Re: How to update textdraw information ? - by SandKing94 - 08.08.2014, 15:20

Forum Jump:


Users browsing this thread: 6 Guest(s)