is it possible
#1

ok, i have a job with random checkpoints. Is it possible to make a car or anything spawn at those random checkpoints when they show up?

I'm curious cause i'm working on a truck driver job, I got my checkpoints set up, I just need a way to CreateVehicle Or somthing.
Reply
#2

Quote:
Originally Posted by ihatetn931
ok, i have a job with random checkpoints. Is it possible to make a car or anything spawn at those random checkpoints when they show up?

I'm curious cause i'm working on a truck driver job, I got my checkpoints set up, I just need a way to CreateVehicle Or somthing.
ill help you to
Reply
#3

Well, i'd say what you just posted wasn't no help.
Reply
#4

try checking your pms
Reply
#5

Quote:
Originally Posted by ihatetn931
ok, i have a job with random checkpoints. Is it possible to make a car or anything spawn at those random checkpoints when they show up?

I'm curious cause i'm working on a truck driver job, I got my checkpoints set up, I just need a way to CreateVehicle Or somthing.
Other then this spammer, Does anyone have any idea if this can be done?
Reply
#6

Just CreateVehicle at the same place as your checkpoints?
Reply
#7

You will have something like this now.
pawn Код:
SetPlayerCheckpoint(playerid, random[0], random[1], random[2]);
Just use
pawn Код:
CreateVehicle(555, random[0], random[1], random[2], 0.0, 126, 126, 60);
This will create a car at the checkpoint with pink color xD
Reply
#8

Quote:
Originally Posted by Dark_Kostas
You will have something like this now.
pawn Код:
SetPlayerCheckpoint(playerid, random[0], random[1], random[2]);
Just use
pawn Код:
CreateVehicle(555, random[0], random[1], random[2], 0.0, 126, 126, 60);
This will create a car at the checkpoint with pink color xD
Thank you for the help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)