textdraw doesn't update
#4

Warning is caused because of:

new UpdateIPHONETimer;

You don't need that if you are not using it (by kill timer for example).

Just remove it and change that:

UpdateIPHONETimer = SetTimer("UpdateIphone", 60000, true);

to:

SetTimer("UpdateIphone", 60000, true);
Reply


Messages In This Thread
textdraw doesn't update - by ImTouchk - 06.11.2016, 17:36
Re: textdraw doesn't update - by Micko123 - 06.11.2016, 17:41
Re: textdraw doesn't update - by ImTouchk - 06.11.2016, 18:28
Re: textdraw doesn't update - by Rdx - 06.11.2016, 18:44
Re: textdraw doesn't update - by Eoussama - 06.11.2016, 18:45
Re: textdraw doesn't update - by ImTouchk - 06.11.2016, 19:08
Re: textdraw doesn't update - by Micko123 - 06.11.2016, 20:09
Re: textdraw doesn't update - by Kaliber - 06.11.2016, 22:03
Re: textdraw doesn't update - by ImTouchk - 07.11.2016, 07:54
Re: textdraw doesn't update - by Logic_ - 07.11.2016, 07:57
Re: textdraw doesn't update - by ImTouchk - 07.11.2016, 08:15
Re: textdraw doesn't update - by Logic_ - 07.11.2016, 08:17

Forum Jump:


Users browsing this thread: 2 Guest(s)