SA-MP Forums Archive
Label - 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: Label (/showthread.php?tid=616963)



Label - Micko123 - 13.09.2016

Is it possible to loop trough all admin vehicles and create 3d text label on them??


Re: Label - Micko123 - 13.09.2016

I created this
PHP код:
for(new 0sizeof(adminv); i++)
    {
        
AdminVLabel[i] = Create3DTextLabel("Admin Vozilo"0x008080FF0.00.00.030.001);
    } 
Do i need to attach it to vehicle for it to show or what??


Re: Label - Shinja - 13.09.2016

Yes you must attach it
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle