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.