Help Find map change system
#2

EDITED better idea

what you mean like after a curtain time a different map is selected ?

if so
then i would say put all you maps in different locations then just use like
pawn Код:
//run a timer like 20 mins or after what time you want to change the map and just do
SetTimerEx("NextMap", 20000, false, "i", 2);//this will change it to 3rd map (case 2)

forward NextMap(maps);
public NextMap(maps)
{
switch(maps)
{
case 0:{SetPlayerPos(.....}
case 1:{SetPlayerPos(.....}
//so on just changin the pos to another map
/with the case.
}
}
Reply


Messages In This Thread
Help Find map change system - by ServerScripter - 16.02.2012, 13:55
Re: Help Find map change system - by park4bmx - 16.02.2012, 14:19
Re: Help Find map change system - by ServerScripter - 16.02.2012, 14:23
Re: Help Find map change system - by park4bmx - 16.02.2012, 14:26
Re: Help Find map change system - by ServerScripter - 16.02.2012, 14:29
Re: Help Find map change system - by park4bmx - 16.02.2012, 14:36
Re: Help Find map change system - by Vince - 16.02.2012, 14:44
Re: Help Find map change system - by ServerScripter - 16.02.2012, 16:44
Re: Help Find map change system - by ServerScripter - 16.02.2012, 16:49
Re: Help Find map change system - by park4bmx - 16.02.2012, 16:54

Forum Jump:


Users browsing this thread: 10 Guest(s)