08.04.2013, 17:14
hello ladies and gentleman
my problem is when i use command to send the value to textdraw create it wont work (not showing)
but if i directly put values in PositionX and Y(in script file) it will show
but i wanted to give textdraw value in game how to do that ?
so i have this on ttop
in onplayerconnect
and in a command /show
my problem is when i use command to send the value to textdraw create it wont work (not showing)
but if i directly put values in PositionX and Y(in script file) it will show
but i wanted to give textdraw value in game how to do that ?
so i have this on ttop
Код:
new Float:PositionX,Float:PositionY
Код:
Textdraw0[playerid] = TextDrawCreate(PositionX,PositionY, "usebox");
Код:
PositionX=28.874847; PositionY=114.666633;