02.10.2010, 13:32
EG
The mission they start is Mission One.
When they enter the Delivery checkpoint
The mission they start is Mission One.
pawn Код:
Mission[playerid] = 1;
pawn Код:
if(Mission[playerid] == 1)
{
//Whatever you want to do
}
else if(Mission[playerid] == 2)
{
//Same
}
else if(Mission[playerid] == 3)
{
}