how do i make a dealership for supporters
You make the dealership like anyother one, then you create a supporters column in you db and then check if the players is supporter before openning the shops
when checking if player is a supporter is that client or server side
depends on how you do it, if you store it in playerdate when player connecting on server you can check it by client side, if you check it by an sql query its server sided
1 Like
what’s easier and how to do
easiest way is by doing a querry into you’re database, by doing a simple fetchscalar with mysql
copy the current vehicle shop, and make a
query if he is a vip or not when he try to open the supporter vehicle shop