SA-MP Forums Archive
Every checkpoints add 3dtextLabel - 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: Every checkpoints add 3dtextLabel (/showthread.php?tid=605644)



Every checkpoints add 3dtextLabel - PrednizoN - 22.04.2016

How to make With a single code 3dtextlabel add all checkpoints.


Re: Every checkpoints add 3dtextLabel - PrednizoN - 23.04.2016

up++


Re: Every checkpoints add 3dtextLabel - PrednizoN - 23.04.2016

uppp


Re: Every checkpoints add 3dtextLabel - povargek - 23.04.2016

Plese, explain in detail.


Re: Every checkpoints add 3dtextLabel - J0sh... - 23.04.2016

Make a function that makes a 3DText label and then return the Checkpoint creation function. e.g
PHP код:
CreateCPW3DText(Float:xFloat:yFloat:z3dcolor3dtext[]) {
    
Create3DTextLabel(.....);
    
Createcpstuff(....);