help me [+1 REP to helper]
#1

pawn Код:
dcmd_cdl(playerid,params[]) {
    #pragma unused params
    if(PlayerInfo[playerid][Level] >= 2) {
        CMDMessageToAdmins(playerid,"CDL");
        for(new i = 0; i < 15; i++)
        {
            SendDeathMessage(10001,10001,0);
        }
        }
        new string[128]; format(string,sizeof(string),"Administrator \"%s\" has cleared Death log", pName(playerid) );
        return SendClientMessageToAll(blue, string);
Error this line } else return SendClientMessage(playerid,red,"ERROR: You need to be level 2 to use this command");
}

Error NAme : error 010: invalid function or declaration site
Reply
#2

hola tahnsk + repped
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)