Posts: 141
Threads: 58
Joined: Jan 2011
Reputation:
0
im scripting a cardealership system but players can own as many cars as they wish...:/ how do i make it to where they can only own 2? please help
Posts: 613
Threads: 11
Joined: Aug 2010
Reputation:
0
make a variable in player account file and each time a player buys a car, increase the variable by 1. then if the variable is 2 when they purchase a car, end the script.
Posts: 141
Threads: 58
Joined: Jan 2011
Reputation:
0
hmm idk how to when i try i get 26 errors :/
can you please be more specific?