17.05.2011, 15:11
The method I'm using is a pickup in front of the garage (With my own vehicle repairation system), but when you've picked it up it disappears, and if you come with another car you can still use it!
I'm not using my PC so I can't show my code.
My repair method does:
This was a kind of code, becaus eI don't have it on this PC
But the problem is:
If player picks the pickup: it's all OK
BUT THE PICKUP DISAPPEARS FOR HIM!
So, he can use another vehicle and enter pay n' spray XD
I'm not using my PC so I can't show my code.
My repair method does:
Код:
Kind of code On player picks up the pickup with the vehicle: { set vehicle virtual world to 1. set timer "a" to 10 minutes. send the messages.. } Timer "a": { changes the veh virtual world to 0. if(money > THE_MONEY) { take the money; Fix the car; Send message } else { send error message; } }
But the problem is:
If player picks the pickup: it's all OK
BUT THE PICKUP DISAPPEARS FOR HIM!
So, he can use another vehicle and enter pay n' spray XD