Quote:
Originally Posted by theHAWKER
it still dose the same thing with no clientside....
|
You said it all works except the money part. You have the money part clientside. You cannot set money clientside. You also call a clientside function from serverside which is impossible. Hell, you call onCreated() clientside when the only onCreated block is serverside.
Also, when calling a function, do blah(); not blah;