1 more help
#2

pawn Код:
//top of mode
new Float:MedicSpawns[4][3] = {
{COORDX,COORDY,COORDZ},
{COORDX,COORDY,COORDZ},
{COORDX,COORDY,COORDZ},
{COORDX,COORDY,COORDZ}
};

//in onplayerspawn
new rand;
rand = random(sizeof(MedicSpawns));
SetPlayerPos(playerid, MedicSpawns[rand][0], MedicSpawns[rand][1], MedicSpawns[rand][2]);
Reply


Messages In This Thread
1 more help - by Cenation - 09.04.2011, 12:35
Re: 1 more help - by Shelby - 09.04.2011, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)