SA-MP Forums Archive
3d text label help - 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: 3d text label help (/showthread.php?tid=401246)



3d text label help - arko123 - 22.12.2012

heres the code:
pawn Код:
format(string, sizeof(string), "~w~Group~y~%s's ~w~ Safe.", Groups[h][GroupName]);
                            CreateDynamic3DTextLabel(i, string, 100, 0, -1, -1, -1, 10.0);
Heres the errors:
pawn Код:
Arko.pwn(9626) : error 035: argument type mismatch (argument 1)



Re: 3d text label help - park4bmx - 22.12.2012

Ehumm
pawn Код:
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);