Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
SetTimerEx can't pass strings. I know that. Is there a way to do it?
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
I believe y_timers has such implementation, I wouldn't quote me on that though, as I haven't actually looked into it.
Posts: 1,988
Threads: 17
Joined: Apr 2011
Reputation:
0
By creating a global variable and store the string there.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Timer IDs go up way past 512 AFAIK they don't 'replace' finished timers. I have hundreds of timers in my gamemode. I'm not going to create a 290865209465436 cell array with 128 cells per timer ID to store strings in..
Posts: 1,988
Threads: 17
Joined: Apr 2011
Reputation:
0
I knew that already. I'm just giving an example.
Another method can be done with GVar (Search this include in include section).
There's many method you can try.