how to add cars and ..... to the server
#1

Ihave new server how to add cars and other things to the server
Reply
#2

Here you go ..

https://sampwiki.blast.hk/wiki/CreateVehicle
Reply
#3

If you map with MTA, you can use ConvertFFS to convert your mapping to PAWN. Other formats are supported too.

Also, here at the SAMP Forums, people are able to upload their own maps. You can add theirs to your script if you find ones that you like.
Reply
#4

You must use the 'CreateVehice' function, and place it under the 'OnGamemodeInit' callback.
Quote:

CreateVehicle(vehicleid, pos, pos:y, pos:z, pos:angle, color1, color2)

Id' suggest you to read the wiki and practice.
Reply
#5

You can TEMPORARILY create vehicles in the server using the "CreateVehicle" function, however to add cars that will respawn at a particular place every time you start the server (or when it gets destroyed), use "AddStaticVehicle".
Reply
#6

So good , I was looking for this too!
Reply
#7

https://sampwiki.blast.hk/wiki/AddStaticVehicle for permanent vehicle after it dies or if the server restarts
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)