Textdraws mixed up
#1

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

pawn Код:
Textdraw[playerid] = CreateTextDraw(...

pawn Код:
SetPVarInt(playerid, "textdraw", _:CreateTextDraw(...

pawn Код:
Textdraw= CreateTextDraw(...
all different

Thanks
Reply
#2

If you can't find any physical problem, try this
pawn Код:
public OnGameModeInit()
{
    while(TextdrawCreate(":",0,0)==0) continue;
}
A frequent issue I have is with the deletion and creation causing textdraws to change places
Reply
#3

What will that do SilentHuntR?
Reply
#4

bump
edit: silenthunter: that code doesnt even work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)