zcmd help
#6

Yes show that function only not the hole script.
pawn Код:
CMD:godp(playerid,params[])
{
        new pname[24], targetid, string[128];
        if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "SERVER: Unknown Command.");
        if(sscanf(params,"u",targetid)) return SendClientMessage(playerid,-1,"USAGE: /godp [playerid]");

        SetPlayerHealth(targetid,100000);
        return 1;
}
In this command the function about "Player (2) has given you god mode. " is not there.
Reply


Messages In This Thread
zcmd help - by SnG.Scot_MisCuDI - 12.12.2011, 03:34
Re: zcmd help - by Ironboy - 12.12.2011, 03:38
Re: zcmd help - by SnG.Scot_MisCuDI - 12.12.2011, 03:45
Re: zcmd help - by Ironboy - 12.12.2011, 03:47
Re: zcmd help - by SnG.Scot_MisCuDI - 12.12.2011, 03:51
Re: zcmd help - by Ironboy - 12.12.2011, 03:54
Re: zcmd help - by SnG.Scot_MisCuDI - 12.12.2011, 04:53
Re: zcmd help - by Ironboy - 12.12.2011, 04:58
Re: zcmd help - by SnG.Scot_MisCuDI - 12.12.2011, 05:02
Re: zcmd help - by Ironboy - 12.12.2011, 05:05

Forum Jump:


Users browsing this thread: 1 Guest(s)