How to pass a 3D text id to a timer?
#1

I know how to use SetTimerEx, but what placeholder do I use in the string? with "i" (integer) I get an error. Thanks!!!!111!11
Reply
#2

I've had that problem, too. I found out that this works:
pawn Код:
SetTimerEx("myfunction", 1000, 0, "i", _:my3Dtext);
This removes the Text3D tag, and removes the warning.
Reply
#3

Thanks, It works.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)