09.11.2009, 13:00
[b]New To Pawno ? Need Help? Well, im here to teach you the basics of scripting!
So you want to create an vehicle? Here are the step by step basics:
NOTE: may differ on some gamemodes!
1) Open Pawno.
2) Start A New Script.
3) Pick An Vehicle ID From: wiki.sa-mp.com
4) Get Your Coordinates, goto the location and type "/save"
5) Goto your MAIN gta sa folder. then goto "savedpositions.txt"
6) Go back to Pawno, and type the following:
[b]
7) Example: (STRETCH LIMO)
[b]I hope this has helped some of you new scripters!
More Beginner Lessons Coming Soon!
So you want to create an vehicle? Here are the step by step basics:
NOTE: may differ on some gamemodes!
1) Open Pawno.
2) Start A New Script.
3) Pick An Vehicle ID From: wiki.sa-mp.com
4) Get Your Coordinates, goto the location and type "/save"
5) Goto your MAIN gta sa folder. then goto "savedpositions.txt"
6) Go back to Pawno, and type the following:
Код:
CreateVehicle( ID, X, Y, Z, A, COLOR 1, COLOR 2)
7) Example: (STRETCH LIMO)
Код:
public OnGameModeInit( ) { // Stretch Limo CreateVehicle(409, 4833.1763, 4654.0453, 32.2887, 82.2873, 3, 3, 60); return 1; }
More Beginner Lessons Coming Soon!