07.12.2012, 18:26
Thanks!
However you had a error:
[CODE]public NewMapTimer(playerid)
{
MapChange++;
if(MapChange>=3) MapChange=0;//Was missing '='
GameTextForAll("--- LOADING NEW MAP ---",4000,3);
SetTimer("StartedNewRound", 4000, false);
return 1;
}
One last question, am i able to disable the gaming machines in Caligula's?
However you had a error:
[CODE]public NewMapTimer(playerid)
{
MapChange++;
if(MapChange>=3) MapChange=0;//Was missing '='
GameTextForAll("--- LOADING NEW MAP ---",4000,3);
SetTimer("StartedNewRound", 4000, false);
return 1;
}
One last question, am i able to disable the gaming machines in Caligula's?