Deleted Member
| I do a little script for gta2 but and he make crash the game and I just don't know why !!!!
the code is :
Code:
counter start = 1 car_data mini while ( is_character_in_car( p1 , remote_van) ) IF ( ( is_car_wrecked ( mini ) ) OR ( start = 1 ) ) mini = create_car ( 189.5 , 96.5 , 2.0 ) 6 180 miura MINI_CAR END give_weapon ( mini , car_bomb_instant ) take_remote_control_of_car( p1 , mini ) set start = 0 endif endwhile
The script is start by a thread & forward command when the p1 enter in the remote_van the script is suppose to make little remote car appear under the car with instant car bomb but don't seem to work |
|---|