Random Checkpoint
#1

Ok, so how to make when they type /work they will go to load point and when entered the checkpoint, server give random checkpoint to unloading the loads?.. i already make but the checkpoint is bugged

Please help, thx
Reply
#2

Bump!
Reply
#3

This means that you'll have to create quite a big script (if you're going advanced). You're probably better off making it on your own.
Reply
#4

Something like this ..
Код:
new Float:RandomWorkCps[][] =
{
	//all your cps
};
and at this place
Код:
If(IsPlayerInRangeOfPoint(playerid, //cp,//length[3 is good])
{
   	//here write like this
	RandomWork; //This is for stock
}
Код:
stock RandomWork(playerid)
{
 	
	    new rand = random(sizeof(RandomWorkCps);
	    SetPlayerCheckpoint(playerid, RandomWorkCps[Random][0], RandomWorkCps[Random][1], RandomWorkCps[Random][2]);

	//Othercodes if you want to send any msg , etc!!
}
Good day Thanks
-FuckingCruse Thumbs up
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)