24.04.2011, 03:35
So I have some text draws that are appearing in others
Like, my time (clock) will be set as inside the wrong text draw. (E.g: Clock time inside the MOTD)
Could this because on some textdraws im doing
all different
Thanks
Like, my time (clock) will be set as inside the wrong text draw. (E.g: Clock time inside the MOTD)
Could this because on some textdraws im doing
pawn Код:
Textdraw[playerid] = CreateTextDraw(...
pawn Код:
SetPVarInt(playerid, "textdraw", _:CreateTextDraw(...
pawn Код:
Textdraw= CreateTextDraw(...
Thanks