I need a map (a vehicle) -
JaKe Elite - 07.10.2012
Hey i'm just creating my own trucking server.
The problem is i don't know how to put a vehicle like in PPC_Trucking.
I want to add trailers and trucks in random places for truckers
I also want to add airplanes such as shamal, helicopter for pilot
Re: I need a map (a vehicle) -
Socan - 07.10.2012
Easy dude, since we're working together ill do this when I have some free time if that's okay with you ?
Re: I need a map (a vehicle) -
JaKe Elite - 07.10.2012
When it will be done?
Don't tell me in next week.
I have exam in next week.
Re: I need a map (a vehicle) -
Socan - 07.10.2012
Eh, I'm going to be now. It's 10:43 pm and I got school tomorow. Have a look at this btw:
https://sampforum.blast.hk/showthread.php?tid=184109
Re: I need a map (a vehicle) -
JaKe Elite - 07.10.2012
It only contains few vehicles..
Re: I need a map (a vehicle) -
park4bmx - 07.10.2012
theres many options!
1 use a map editor and place the vehicles
2 go in ur server and just type /save pos and it will save ur pos and if in vehicle it will save that two.
3 go looking for trucking scripts and copy their vehicles.
Re: I need a map (a vehicle) -
JaKe Elite - 08.10.2012
i like the vehicles of PPC_Trucking but i cannot find the SetPlayerPos for truckers.
Can someone tell me where can be find the SetPlayerPos for truckers?
I mean the spawnpoints (Random spawnpoints)
Re: I need a map (a vehicle) -
park4bmx - 08.10.2012
Quote:
Originally Posted by Romel
i like the vehicles of PPC_Trucking but i cannot find the SetPlayerPos for truckers.
Can someone tell me where can be find the SetPlayerPos for truckers?
I mean the spawnpoints (Random spawnpoints)
|
they could be places by a random spawn.
examples
pawn Код:
new Float:PlayerSpawn[2][3] = {
{X,Y,Z},
{X,Y,Z}
};
Re: I need a map (a vehicle) -
JaKe Elite - 08.10.2012
Nevermind found it in PPC_Defines.inc