SA-MP Forums Archive
CreatePickup and 3DText Label problem.. - 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: CreatePickup and 3DText Label problem.. (/showthread.php?tid=662148)



CreatePickup and 3DText Label problem.. - NoteND - 24.12.2018

Hey!

I've recently came across this really weird problem..

A minute ago this was working, but now it doesnt anymore.

https://pastebin.com/1pc33gGr

I've tried using Createdynamic3dtext and just create3dtextlabel.. neither works.. what could be problem?


Re: CreatePickup and 3DText Label problem.. - NoteND - 24.12.2018

bump


Re: CreatePickup and 3DText Label problem.. - GeorgeLimit - 25.12.2018

hmmm my think is
Quote:

CreateDynamic3DTextLabel("[Heart]", 0x33AA33AA, pkInfo[d][posX], pkInfo[d][posY], pkInfo[d][posZ], drawdistance, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 200.0);

edit to
Quote:

Create3DTextLabel("[Heart]", 0x33AA33AA, pkInfo[d][posX], pkInfo[d][posY], pkInfo[d][posZ], drawdistance, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 200.0);




Re: CreatePickup and 3DText Label problem.. - NaS - 25.12.2018

Quote:
Originally Posted by GeorgeLimit
Посмотреть сообщение
hmmm my think is edit to
This will not work that easily because the functions have different parameters...

@OP what did you change before it stopped working?