Timer + Next Map?
#5

Ok I have did it
forward MapChange();

public MapChange() //After 15 mins.
{
new Float,Float:y,Float:z
for(new i; i< MAX_PLAYERS; i++) //Looping through players.
{
if(IsPlayerConnected(i)) //After looping, we're choosing connected players.
{
SetPlayerPos(i,x,y,z); //Setting all the connected player's position. You've to set the pos.
}
}
return 1;
}

But, error 001: expected token: ";", but found "for"
Reply


Messages In This Thread
Timer + Next Map? - by nicholas1 - 28.10.2012, 03:06
Re: Timer + Next Map? - by Lordzy - 28.10.2012, 03:17
Re: Timer + Next Map? - by nicholas1 - 28.10.2012, 03:53
Re: Timer + Next Map? - by doreto - 28.10.2012, 08:30
Re: Timer + Next Map? - by nicholas1 - 28.10.2012, 15:56
Re: Timer + Next Map? - by arvifilter - 28.10.2012, 17:50
Re: Timer + Next Map? - by nicholas1 - 28.10.2012, 20:46

Forum Jump:


Users browsing this thread: 2 Guest(s)