07.01.2012, 11:03
try adding this to your dm teleport command
make sure you have new isindm1[MAX_PLAYERS]; in the top of your script then
try adding this in all of your commands
then if player wants to go to other DM Arena even he is in dm1 he must quit first. heres the code for that
the same in isindm2, isindm3, isindm4 etc...
pawn Код:
isindm1[playerid] = 1;
try adding this in all of your commands
pawn Код:
if(isindm1[playerid] == 1) return //Your code here
pawn Код:
if(isindm1[playerid] == 1) return //Your code here