Problem with an allowed cmd by Admin
#7

pawn Код:
if(strcmp("/dm", cmdtext, true) == 0)
    {
        if(GDM_Var[playerid] == 1)return SCM(playerid,red, "ERROR: You are already in this zone.");
        if(GDM_Options[playerid] == false) return SCM(playerid,red, "ERROR: This zone is locked.");
        if(GDM_Options[playerid] == true)
        {
            GDM_Var[playerid] = 1;
            SCM(playerid,aqua,"Welcome to the \"DeathMatchGhost\" Zone !");
            SCM(playerid,aqua,"You Want To Exit? Type [/exdm] !");
            GDM_TeleportPlayer(playerid);
        }
        return true;
    }
Reply


Messages In This Thread
Problem with an allowed cmd by Admin, (Rep+) for everyone help me - by waim - 18.08.2012, 04:19
Re: Problem with an allowed cmd by Admin - by Avi57 - 18.08.2012, 04:21
Re : Re: Problem with an allowed cmd by Admin - by waim - 18.08.2012, 04:24
Re: Problem with an allowed cmd by Admin - by Avi57 - 18.08.2012, 04:26
Re : Problem with an allowed cmd by Admin - by waim - 18.08.2012, 04:28
Re : Problem with an allowed cmd by Admin - by waim - 18.08.2012, 04:54
Re: Problem with an allowed cmd by Admin - by IceMeteor - 18.08.2012, 06:06
Re : Problem with an allowed cmd by Admin - by waim - 18.08.2012, 06:09
Re: Problem with an allowed cmd by Admin - by IceMeteor - 18.08.2012, 06:29
Re : Problem with an allowed cmd by Admin - by waim - 18.08.2012, 06:42

Forum Jump:


Users browsing this thread: 2 Guest(s)