We recomment: "Military Pilot V2"

Remover

♠ Κατηγορία
Most really san andreas...
Near Forbidden areas your weapon will be remove

http://www.4shared.com/rar/DqyF0kWFba/Remover.html
Plz help us. Send ideas to create more mods!!!

Military Pilot Job (v2)

♠ Κατηγορία
Get in hydra and press "3"

Get bored??? press "3" and stop!!!

V3 is coming up... stay here to find first!!


 

http://www.4shared.com/rar/jm2tNZfTce/Military_Pilot_V2.html

#3# Keypressed (activitate key)

♠ Κατηγορία

Today we will see how to activate our cleo with button.

You must see also : ALL HOTKEYS FOR CLEO (new tab)

In this lesson!

i) one hotkey acivate
ii) two or three activate key (all together)
iii) type a word to activate

I)

:MENU_74
wait 100 
0AB0:   key_pressed 70 
else_jump @MENU_74

70 is the key "F"
Press F to activate Cleo


II)

:MENU_74
wait 100 
0AB0:   key_pressed 70
0AB0:   key_pressed 71  
else_jump @MENU_74

70 is the key "F"
71 is the key "G"
Press F+G to activate Cleo

III)

:MENU_74
wait 100 
0AB0:   key_pressed 70
else_jump @MENU_74

:MENU_75
wait 100 
0AB0:   key_pressed 66
else_jump @MENU_75

:MENU_76
wait 100 
0AB0:   key_pressed 73
else_jump @MENU_76

70 is the key "F"
66 is the key "B"
73 is the key "I"
Type "FBI" to activate cleo NO F+B+I


#2# Spawn car

♠ Κατηγορία


In this lesson

i) spawn car
ii) car angle
iii) lock / unlock doors
iv) open /close doors/truck

I)

First you must load the model type " model.load (ID) "
Second must see if model is available " model.available(ID) "
now create the car " $car =  car.create (ID , x , y ,z )
($car = identify name of this car ) it must unique and you can rename everything $kkk

example

model.Load(420)  
:car2

if and
   Model.Available(420)
   else_jump @car2
wait 0
$car = car.create( 420 , -2483.6912, 458.8349, 29.1085)

II)

Car angle. you must know identify name of your vehicle (example $car)

example

car.angle ($car) = 180.00

III)

Car.DoorStatus($Car) = 2
1 = unlocked
2 = locked

IV)

0657: car $car open_door 2
 0 = roof door
1 = tank door
2 = drive door
3 = passenger door