SA-MP Forums Archive
CreateDynamic3DTextLabel tag mismatch - 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 tag mismatch (/showthread.php?tid=480019)



CreateDynamic3DTextLabel tag mismatch - omidi - 08.12.2013

solved

wrong ids


Re: CreateDynamic3DTextLabel tag mismatch - David (Sabljak) - 08.12.2013

Use this
Код:
CreateDynamic3DTextLabel("",0x00FF00FF,1445.1851,915.6560,7.4875,20.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1,-1,-1,-1,100.0);
or

Код:
CreateDynamic3DTextLabel("",0x00FF00FF,1445.1851,915.6560,7.4875,20.0);



Re: CreateDynamic3DTextLabel tag mismatch - DarrenReeder - 08.12.2013

This means the arguments you put are wrong. either you have put too many, or too little or wrong data types for the argument.

****** "Samp Wiki CreateDynamic3DtextLabel" and youll get the samp wiki page come up with that function, it will give good details on all the arguments needed..

i could get you the link, but youll see how easy it is to find your answer through samp wiki