Need Help With Basic Checkpoints.
#7

pawn Код:
//top of the script
new Float:checkpoints[][] = {
{-22.2549,-55.6575,1003.5469,2.0}, // your x,y,z,radius
{295.7192,-80.4445,1001.5156,5.0},
{-1957.5327,300.2131,35.4688,2.0}
};
//somewhere it the script, where you want to set a checkpoint
new rand = random(sizeof(checkpoints));
SetPlayerCheckpoint(playerid,checkpoints[rand][0],checkpoints[rand][1],checkpoints[rand][2],checkpoints[rand][3]);
Reply


Messages In This Thread
Need Help With Basic Checkpoints. - by Bofhead - 20.06.2009, 04:40
Re: Need Help With Basic Checkpoints. - by Abernethy - 20.06.2009, 04:55
Re: Need Help With Basic Checkpoints. - by Bofhead - 20.06.2009, 05:03
Re: Need Help With Basic Checkpoints. - by CracK - 20.06.2009, 05:04
Re: Need Help With Basic Checkpoints. - by Bofhead - 20.06.2009, 05:10
Re: Need Help With Basic Checkpoints. - by Grim_ - 20.06.2009, 05:13
Re: Need Help With Basic Checkpoints. - by CracK - 20.06.2009, 05:14
Re: Need Help With Basic Checkpoints. - by Bofhead - 20.06.2009, 05:15
Re: Need Help With Basic Checkpoints. - by Bofhead - 20.06.2009, 05:42
Re: Need Help With Basic Checkpoints. - by CracK - 21.06.2009, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)