Jump to content
  • 0

Scroll menu - pick your own spawn point and load-out Help !


PeterBeer

Question

OK I have something that might work probz gunna sound stupid and might not work but here we go .......

 
I was thinking if you could make this part of code apart of the database so you don't have to restart and download mission file for one person to become donor on my server ?
 
if ((getPlayerUID player) in ["UID HERE"]) then { //Donater level 2
classes =
[
["",false],
["Select Donor Classes Lvl 1", [2], "#USER:Donator", -5, [["expression", ""]], "1", "1"],
["Select Donor Classes Lvl 2", [3], "#USER:Donator1", -5, [["expression", ""]], "1", "1"],
["Select Non Donor Classes", [4], "#USER:peasant", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
 
];};
 
Reason why I think this is possible because the table in the database you can make custom player loadouts on login 
 
Question is ... 
 
Can it be done ?
 
Thanks Peter Beer

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...