Information please - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Information please (
/showthread.php?tid=145594)
Information please -
Berky-Scape - 02.05.2010
Well, I joined this server yesterday and I wanted to know some things, basics how to make your own Gta priv server.
I already have some xp with java, because I made Berky-Scape, maybe you know maybe you don't, but so I wanted to make a GTA priv server.
Things I wanna know:
How to make vehicles spawn.
How to add objects to a sertain place.
Re: Information please -
CJ101 - 02.05.2010
https://sampwiki.blast.hk/wiki/Category:Tutorials
Re: Information please -
[XST]O_x - 02.05.2010
http://forum.sa-mp.com/index.php?topic=132028.0
http://forum.sa-mp.com/index.php?topic=2750.0
https://sampwiki.blast.hk/wiki/AddStaticVehicle //
https://sampwiki.blast.hk/wiki/CreateVehicle
Quote:
Originally Posted by Berky-Scape
How to add objects to a certain place.
|
for that you can use a map editor,like MTA Map Editor,MTA Race,
REAL Map editor by RedShirt,etc.
Re: Information please -
Steven82 - 02.05.2010
Offtopic: YOU STOLE RUNESCAPES SHIT! lolz
Edit:
Sorry about caps.
Re: Information please -
Berky-Scape - 03.05.2010
^ Rofl
Actuelly, how do you know what coord the vehicle must be? Because at RSPS you had ::coord/::myposs
Also, where do I put this in?
Код:
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
Re: Information please -
[XST]O_x - 03.05.2010
Quote:
Originally Posted by Berky-Scape
^ Rofl
Actuelly, how do you know what coord the vehicle must be? Because at RSPS you had ::coord/::myposs
Also, where do I put this in?
Код:
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
|
I didn't get what you asked in the first question,but the CreateVehicle should be under OnGameModeInit if its a gamemode or under OnFilterScriptInit if it's a filterscript.
Re: Information please -
Mike Garber - 03.05.2010
Quote:
Originally Posted by O_x
Quote:
Originally Posted by Berky-Scape
^ Rofl
Actuelly, how do you know what coord the vehicle must be? Because at RSPS you had ::coord/::myposs
Also, where do I put this in?
Код:
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
|
I didn't get what you asked in the first question,but the CreateVehicle should be under OnGameModeInit if its a gamemode or under OnFilterScriptInit if it's a filterscript.
|
Or anywhere else, In a command, another callback etc, depending on when you want to create the vehicle.