SA-MP Forums Archive
Issue with CreateDynamic3DTextLabel..(won't attach to playerid). - 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: Issue with CreateDynamic3DTextLabel..(won't attach to playerid). (/showthread.php?tid=506072)



Issue with CreateDynamic3DTextLabel..(won't attach to playerid). - Dokins - 11.04.2014

It creates the label when I don't have playerid in the params, but when I do it, It won't do it.

Pretty unsure why.


pawn Код:
DeathLabel[playerid] = CreateDynamic3DTextLabel(string, COLOUR_REALRED, DeathPosX[playerid], DeathPosY[playerid], DeathPosZ[playerid], 40.0, playerid, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);