18.11.2013, 14:48
I don't really get what you mean but I'll show you the stuff I understand from your explanation
pawn Код:
new map = 0;
if(map == 1)
{
//increase the variable by 1
map ++;
}
//and so on
if(map == 20)
{
//reset the variable
map = 0;
}