Deathmatch Zone Help
#10

try adding this to your dm teleport command

pawn Код:
isindm1[playerid] = 1;
make sure you have new isindm1[MAX_PLAYERS]; in the top of your script then

try adding this in all of your commands

pawn Код:
if(isindm1[playerid] == 1) return //Your code here
then if player wants to go to other DM Arena even he is in dm1 he must quit first. heres the code for that

pawn Код:
if(isindm1[playerid] == 1) return //Your code here
the same in isindm2, isindm3, isindm4 etc...
Reply


Messages In This Thread
Deathmatch Zone Help - by IvancheBG - 06.01.2012, 17:15
Re: Deathmatch Zone Help - by IvancheBG - 07.01.2012, 07:27
Re: Deathmatch Zone Help - by Lee_Percox - 07.01.2012, 07:36
Re: Deathmatch Zone Help - by IvancheBG - 07.01.2012, 07:41
Re: Deathmatch Zone Help - by §с†¶e®РµРe - 07.01.2012, 08:23
Re: Deathmatch Zone Help - by IvancheBG - 07.01.2012, 08:41
Re: Deathmatch Zone Help - by IvancheBG - 07.01.2012, 10:50
Re: Deathmatch Zone Help - by James Coral - 07.01.2012, 10:51
Re: Deathmatch Zone Help - by IvancheBG - 07.01.2012, 10:54
Re: Deathmatch Zone Help - by TheLonelyMoo - 07.01.2012, 11:03

Forum Jump:


Users browsing this thread: 3 Guest(s)