3dtextlabel - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 3dtextlabel (
/showthread.php?tid=435009)
3dtextlabel -
Ryan_Obeles - 05.05.2013
PHP код:
FUELdata[fuelID][fuelPosX] = CreateDynamic3DTextLabel("{5BD926}Gas Station\n {FFFF00}Type '{F20DDB}/refuel{FFFF00}' to refill your vehicle's tank.",COLOR_YELLOW, FUELdata[fuelID][fuelPosX], FUELdata[fuelID][fuelPosY], FUELdata[fuelID][fuelPosZ], 12.0, FUELdata[fuelID][fuelVW], 0);
why do i get a tag mismatch there?
pls help me
Re: 3dtextlabel -
SimpalK - 05.05.2013
u just Defining :-
pawn Код:
FUELdata[fuelID][fuelPosX]
But in script you using X,Y,Z Right?
Re: 3dtextlabel -
park4bmx - 05.05.2013
Because creating the dynamic 3D text doesn't return a float.