Help Find map change system
#9

doesn't work
pawn Код:
forward NextMap(maps);
public NextMap(maps)
{
Cmaps++;
if(maps>= Cmaps) Cmaps=0;
switch(maps)
{
     case 0:{
          for(new playerid; playerid<GetMaxPlayers(); playerid++)//this will loop through all you players
          {
               SetPlayerPos(playerid,2533.8667,2753.3320,10.8203);
               SetPlayerFacingAngle(playerid,90.5278);//this is the 1st MAP
          }
     }
     case 1:{
          for(new playerid; playerid<GetMaxPlayers(); playerid++)
          {
               SetPlayerPos(playerid,2666.7036,2797.8311,17.6896);//this is the 2st MAP
          }
//and you just continue like that..
     }
}
}
NB : i have two teams so i want give pos to each team in each map how to do it ? thanks
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: 4 Guest(s)