[Ajuda] Atualizar TextDraw
#5

Adapte sua TextDraw para PlayerTextDraw, nгo й necessario loop atй porque o erro й na TextDraw.
Observe que vocк criou a TextDraw de forma global.

Adapte ela com:
CreatePlayerTextDraw

@outro erro

Troque:
PHP код:
new TimerText
Por:
PHP код:
new TimerText[MAX_PLAYERS]; 
E:
PHP код:
TimerText SetTimerEx("AtualizarTextEvento"3000true"i"playerid); 
Por:
PHP код:
TimerText[playerid] = SetTimerEx("AtualizarTextEvento"3000true"i"playerid); 
E obviamente o KillTimer vocк terб que usar o parametro [playerid].
Reply


Messages In This Thread
Atualizar TextDraw - by Maklister - 19.10.2012, 22:46
Re: Atualizar TextDraw - by Q.I - 20.10.2012, 01:24
Re: Atualizar TextDraw - by Maklister - 20.10.2012, 01:44
Re: Atualizar TextDraw - by Delete_ - 20.10.2012, 04:07
Re: Atualizar TextDraw - by DrTHE - 20.10.2012, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)