positions in derby
#4

//enter derby

pawn Код:
new PositionsDerby = random(sizeof(DerbyPos));;
SetVehiclePos(playerid, DerbyPos[PositionsDerby][0], DerbyPos[PositionsDerby][1], DerbyPos[PositionsDerby][2]);
and use this to block if derby is full

pawn Код:
if ( PositionsDerby >= 14) return Yourfucnctionhere; // use your function sendclientmsg or anything
Change that 14 to yours
Reply


Messages In This Thread
positions in derby - by Pipe98 - 20.12.2014, 15:07
Re: positions in derby - by Ryz - 20.12.2014, 15:15
Respuesta: positions in derby - by Pipe98 - 20.12.2014, 15:24
Re: positions in derby - by Ryz - 20.12.2014, 15:33
Respuesta: positions in derby - by Pipe98 - 20.12.2014, 15:46
Re: positions in derby - by Ryz - 20.12.2014, 15:53

Forum Jump:


Users browsing this thread: 2 Guest(s)