Im Making a Minigame
#1

Hey guys.. im trying to make a minigame..

i have started with this

Код:
if (strcmp("/mini", cmdtext, true, 10)==0)
	{
		SendClientMessageToAll(0xFFE600FF,"Minigame is Starting in 20 seconds /enroll to enroll for it");
		SetTimer("mini",20000,0);
		return 1;
	}
	return 0;
i would call a public function with the name pirate()

now i want to script other people joining this and minigame starting within the 20 seconds and once that happens what i want to do inside is.. randomly assign players to teams who join this and also at the same time teams should be balance.. and one team spawns at one place.. and the other at other place..

anyone can explain how to ?
Reply


Messages In This Thread
Im Making a Minigame - by spd_sahil - 26.08.2011, 10:15
Re: Im Making a Minigame - by Kingunit - 26.08.2011, 11:09
Re: Im Making a Minigame - by Davz*|*Criss - 26.08.2011, 12:33
Re: Im Making a Minigame - by spd_sahil - 26.08.2011, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)