27.09.2011, 10:11
Peace,
today I've decided, to publish my first Open Source Project. I sincerely apologize for my imperfect English. This Include allows you one more function for all vehicles (cars).
This function tune the vehicle randomly with some of all tuning parts - but only if they fit in the vehicles from GTA:SA.
Example, how to use the function:
The function dont tune the vehicles only, that respray them in a random color too (don't used Paintjobs). It is not the greatest, but something very useful. I would look forward to requests / ideas.
Screenshots:
http://s1.directupload.net/images/us...7/t55n9fop.png
http://s7.directupload.net/images/us...7/3rj5os8z.png
Downloads:
http://www.sendspace.com/file/r1i6f4 (Includes Example Filterscript & Readme - Recommended)
http://pastebin.com/CguSNsgS
Rules:
Nother Mirrors: allowed
Editing Script: allowed
Removing Credits: allowed
Publish it: forbidden (Only on request)
Sell it: forbidden
Greetz!
today I've decided, to publish my first Open Source Project. I sincerely apologize for my imperfect English. This Include allows you one more function for all vehicles (cars).
pawn Код:
TuneVehicleRandomly(vehicleid);
Example, how to use the function:
pawn Код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
TuneVehicleRandomly(vehicleid);
return SendClientMessage(playerid,-1,"Your car has been tuned.");
}
Screenshots:
http://s1.directupload.net/images/us...7/t55n9fop.png
http://s7.directupload.net/images/us...7/3rj5os8z.png
Downloads:
http://www.sendspace.com/file/r1i6f4 (Includes Example Filterscript & Readme - Recommended)
http://pastebin.com/CguSNsgS
Rules:
Nother Mirrors: allowed
Editing Script: allowed
Removing Credits: allowed
Publish it: forbidden (Only on request)
Sell it: forbidden
Greetz!