23.10.2010, 21:04
Wherever you start your missions, you do:
Or something like that.
Depends on how you construct the code, really.
Btw, [2] should be lenght of the strings. You can really just do [] instead of [2]
pawn Код:
new iRand = random( sizeof RandomMissions );
RandomMissions[ iRand ];
Depends on how you construct the code, really.
Btw, [2] should be lenght of the strings. You can really just do [] instead of [2]