30.09.2009, 14:06
I dont know, Iґve never worked with random before. Thats what I got:
new Float: checkpoints[][4] =
{
{ -18.4717,2349.4331,24.1406 },
{ -439.3994,2229.5598,42.3833 },
{ -793.1042,2772.0095,45.6958 },
{ 637.9069,1686.1379,6.9871 }
};
The public is supposed to take a random checkpoint from there and show it to all players.
new Float: checkpoints[][4] =
{
{ -18.4717,2349.4331,24.1406 },
{ -439.3994,2229.5598,42.3833 },
{ -793.1042,2772.0095,45.6958 },
{ 637.9069,1686.1379,6.9871 }
};
The public is supposed to take a random checkpoint from there and show it to all players.