14.02.2011, 17:13
Try this:
Edit: not tested.
pawn Код:
switch(checkpointid)
{
case 0:
{
random(sizeof(checkpoints[carcp]));
return 1;
}
}