CreateDynamic3DTextLabel - 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: CreateDynamic3DTextLabel (
/showthread.php?tid=616937)
CreateDynamic3DTextLabel -
venomlivno8 - 12.09.2016
pawn Код:
CreateDynamic3DTextLabel(infostring, -1, H_INFO[i][hEntX], H_INFO[i][hEntY], H_INFO[i][hEntZ], 3.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 3.0);
pawn Код:
warning 213: tag mismatch
Re: CreateDynamic3DTextLabel -
Slawiii - 12.09.2016
show me your enum that who have hEntX and hEntY & hEntZ
Re: CreateDynamic3DTextLabel -
venomlivno8 - 12.09.2016
I used Float: before declaring hEntX, hEntY and hEntZ, don't worry about that...
Re: CreateDynamic3DTextLabel -
Slawiii - 12.09.2016
so it is fixed
Re: CreateDynamic3DTextLabel -
venomlivno8 - 12.09.2016
it's not... do i have to use Label: or something before declaring H_INFO[i][hText] which I use for storing TextLabel ID?
Re: CreateDynamic3DTextLabel -
Slawiii - 12.09.2016
your code is correctly.
this is the code
PHP код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
post the stringinfo
Re: CreateDynamic3DTextLabel -
venomlivno8 - 12.09.2016
it is correct, but it still gives an error, so I don't understand...
Re: CreateDynamic3DTextLabel -
Slawiii - 12.09.2016
post stringinfo and the format that you've made