VIP 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: VIP 3dTextLabel (
/showthread.php?tid=470290)
VIP 3dTextLabel -
kbalor - 17.10.2013
Sup people. Can anyone please help me with this?
I have VIP Levels (VIP - Bronze, Silver and Gold)
And each level of VIP I want to make a command Label.
So it will be like (VIP Bronze = 1 Label, Silver= 2 Labels, Gold = 3 Labels)
If vip bronze player tried to add more label then "You can only use 1 Label" same with the silver and gold
/alabel to add label
/elabel to edit label
/rlabel to remove label
/golabel to go to label
Re: VIP 3dTextLabel -
kbalor - 17.10.2013
Hi guys anyone that has a grateful heart can do this? Thank you very much!
Re: VIP 3dTextLabel -
Misiur - 17.10.2013
We don't do scripts for other people here (go to
https://sampforum.blast.hk/showthread.php?tid=447813 ).
If you want to make it yourself, it's quite simple. Create 3 label slots (simple array with 3 slots). Then simply use if statements to determine if the player vip level is high enough to fill the slot.