Unknown Command
#3

Okay then this

pawn Код:
if(strcmp(cmd, "/dn", true) == 0)
    {
        if(PlayerInfo[playerid][pAdmin] >= 2 || PlayerInfo[playerid][pDev] >= 1)
        {
            new Float:slx, Float:sly, Float:slz;
            GetPlayerPos(playerid, slx, sly, slz);
            SetPlayerPos(playerid, slx, sly, slz-2);
            return 1;
        }
        else
        {
            SendClientMessage(playerid, COLOR_GRAD1, "   You are not an Admin/Developer !");
        }
    }

its same
Reply


Messages In This Thread
Unknown Command - by RenSoprano - 21.01.2014, 13:35
Re: Unknown Command - by Flake. - 21.01.2014, 14:07
Re: Unknown Command - by RenSoprano - 21.01.2014, 16:06
Re: Unknown Command - by Stinged - 21.01.2014, 16:29
Re: Unknown Command - by RenSoprano - 21.01.2014, 16:41
Re: Unknown Command - by Hansrutger - 21.01.2014, 17:00
Re: Unknown Command - by RenSoprano - 21.01.2014, 17:48

Forum Jump:


Users browsing this thread: 1 Guest(s)