03.06.2010, 23:55
Quote:
Originally Posted by Antonio (eternalrp.webatu.com)
I've seen the attempts, and I'm not sure whether they are what I am going to attempt to do today, but here it goes. Basicly, the function of this 'god car' is to be a car that never
gets damaged. And by that, I mean as in vehicle HP, not looks Step 1: At the top of the script, where you keep defines, and forwards, place these lines: pawn Код:
You need to make a command to make the vehicle a god car. Under 'OnPlayerCommandText' add this: pawn Код:
Under 'OnGameModeInit' you need to create a loop that fixes the vehicle (hence, 'God Car') pawn Код:
Step 4: Finally you need to add the function that atcually fixes the car. You can add this anywhere OUTSIDE another function, but it is easiest to just add it at the end of the script.. pawn Код:
|
I pasted your filter script into the plugins directory and called it GodCar.amx. It doesn't seem to work. Please explain more.