30.08.2011, 10:28
Lol i don't fully understand but about what PrawC said:
You need something like that ?
pawn Код:
stock RandomMission(playerid)
{
new mission = random(x); //x = how many missions ?
switch(mission)
{
case 0:
case 1:
case 2:
//untill case x-1
}
}