Loop - not working.
#1

Код:
public turfwar()
{
	new rand = random(sizeof(checkpoints));
 	for(new i=0; i<MAX_PLAYERS; i++)
  {
    SetPlayerCheckpoint(i,2,checkpoints[rand][0],0,0,0,5.0);
  }

	SendClientMessageToAll(COLOR_YELLOW,"[INFO] A enemy area is now avaible to take over. Go, find it and take it!");
	SendClientMessageToAll(COLOR_YELLOW,"[INFO] The area is marked on your map! Go there and enter the checkpoint.");
}
Aight I got this to show a checkpoint for everyone, but it doesnt want to show up. I was ID 0 on my test server, maybe thats why?
Reply


Messages In This Thread
Loop - not working. - by Striker_Moe - 30.09.2009, 14:02
Re: Loop - not working. - by Correlli - 30.09.2009, 14:05
Re: Loop - not working. - by Striker_Moe - 30.09.2009, 14:06
Re: Loop - not working. - by dice7 - 30.09.2009, 14:08
Re: Loop - not working. - by Correlli - 30.09.2009, 14:09

Forum Jump:


Users browsing this thread: 2 Guest(s)