Posts: 1,767
Threads: 124
Joined: Mar 2010
Shouldn't that code do the trick?
pawn Код:
SetTimerEx("DestroyDynamic3DTextLabel", 30000, false, "d", _:PlayerData[playerid][E_PLAYER_LEFT]);
Posts: 511
Threads: 13
Joined: Jun 2012
Reputation:
0
no, it will also return an error if you have not put it under a function.
Posts: 1,767
Threads: 124
Joined: Mar 2010
10.10.2014, 11:12
(
Последний раз редактировалось Riddick94; 31.10.2014 в 11:11.
)
What do you mean error? You mean the code that I have written? If so, it isn't returning any errors. But that's okay, apparently, timer doesn't support 3D Text, since any other functions, with other parameters I am removing using just timer and the function name.