01.08.2011, 22:32
Quote:
Then you need to a variable in the userfile of a player (in your scriptfiles folder)
Eg. BusLicense = 0 When the player buys the bus card, change the value to 1 When he enters a bus, the server checks if the value behind BusLicense == 1, if it is he can enter, if it's not (when it's 0) he can't. |