Quote:
Originally Posted by SpiderPork
pawn Код:
forward MoneyUpdate(playerid); new Timer[MAX_PLAYERS];
// OnPlayerConnect Timer[playerid] = SetTimerEx("MoneyUpdate", 5000, 1, "i", playerid);
// OnPlayerDisconnect KillTimer(Timer[playerid]);
public MoneyUpdate(playerid) { TextDrawSetString(textdraw, GetPlayerMoney(playerid)); TextDrawShowForPlayer(playerid, textdraw); }
Make sure you create the textdraw for EACH player (new Text:TextDraw[MAX_PLAYERS], not new Text:Textdraw).
|
Ok ty , but i have there bank money , ids , zhetons , jobs , factions , pnumbers, respect , phonenumber ,levels and all things how to get these updated?
Is way to make that textdraw gone and come back in very fast ? that player dont see missing?