Textdraws Not Shown
#9

It doesn't ever seem to, the function RefreshXPBar is called right where other TD functions are called, right inside the OnPlayerSpawn callback, others work, this one doesn't.
PHP код:
public OnPlayerSpawn(playerid)
{
...
    
RefreshXPBar(playerid); // not working
...
    
RefreshHud(playerid); // working well
    
KillTimer(phRefreshTimer[playerid]);
    
phRefreshTimer[playerid] = SetTimerEx("RefreshHud"2000true"i"playerid);

Reply


Messages In This Thread
Textdraws Not Shown - by AnnaSB - 12.05.2015, 16:32
Re: Textdraws Not Shown - by Joe Staff - 12.05.2015, 16:58
Re: Textdraws Not Shown - by AnnaSB - 12.05.2015, 17:24
Re: Textdraws Not Shown - by Joe Staff - 12.05.2015, 17:51
Re: Textdraws Not Shown - by AnnaSB - 12.05.2015, 17:58
Re: Textdraws Not Shown - by Joe Staff - 12.05.2015, 18:25
Re: Textdraws Not Shown - by AnnaSB - 12.05.2015, 18:26
Re: Textdraws Not Shown - by Joe Staff - 12.05.2015, 18:38
Re: Textdraws Not Shown - by AnnaSB - 14.05.2015, 08:58
Re: Textdraws Not Shown - by AnnaSB - 14.05.2015, 15:55

Forum Jump:


Users browsing this thread: 2 Guest(s)