How to Create My own car - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to Create My own car (
/showthread.php?tid=155228)
How to Create My own car -
Karl115 - 17.06.2010
Hello Guys can any one tell me the program and how to create a car and then add it to the server please!
Thanks a lot i really need this thing!!
Re: How to Create My own car -
billiout - 17.06.2010
mta map editor is a good one for adding cars in your gm.
Re: How to Create My own car -
Karl115 - 17.06.2010
no mate.. i want to create my own car like they create the turismo is that possible?
Re: How to Create My own car -
Karl115 - 17.06.2010
Quote:
Originally Posted by Karl115
no mate.. i want to create my own car like they create the turismo is that possible?
|
Like a modd i mean..
Re: How to Create My own car -
Flashy - 17.06.2010
You can create vehicles only for admins in game.
Search the forum. There is already whole commands for that.
Re: How to Create My own car -
-Rebel Son- - 17.06.2010
pawn Код:
if(!strcmp(cmdtext,"/nrg",true)) {
new Float:x,y,z,rot;
GetPlayerPos(playerid, Float:x, Float:y, Float:z);
CreateVehicle(522, Float:x, Float:y, Float:z, rot, 147,0, 60000);
PutPlayerInVehicle(playerid,522,1);
return 1;}
basic vehicle spawn command.
Re: How to Create My own car -
Karl115 - 17.06.2010
NO GUYS!! i wanna modd a car like snow mod or some thing turismo to BMW or some thing..
Re: How to Create My own car -
westre - 17.06.2010
http://www.thegtaplace.com/forums/to...utorial-index/