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



Need help - keyvanik - 24.03.2016

Hi i need help for these problems:
1- i set /pincode cmd and when player join and set pincode that was set to mysql but when rejoin want to set again not read before pincode
2- i want to make textdrow for ping under moneybar
3- how can change odometer color if speed 0-120 green and 120-~ show speed red
4- and when use bike not show fuel


tnx

and if some body fix these problem and some other problem i can pay him


Re: Need help - introzen - 24.03.2016

1, 2: You're not going to get those from here. Make them yourself or ask in Script Requests Thread.

3: Check if velocity is higher than 120 with an if statement, then format the string.

4: Check the player vehicleid. If it's a predefined bike, set fuel to "N/A" "0" or whatever you want.