/report help
#1

Hello I Wanna /Report [ID] [Reason] Command

When Any Admin Wanna Check He Should Type /Reports Gimme Me Link Plzzzzzzzzzzzzzz Help Me u guyzz are best
Reply
#2

Код:
CMD:report(playerid,params[])
{
    new text,pName[MAX_PLAYER_NAME],string[128];
    if(sscanf(params, "s[125]", text)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /report [Text]");
    else
    {
        PlayerInfo[playerid][pReportSent] = 1;
        SendClientMessage(playerid,COLOR_YELLOW,"Your Report Has Been Sent Succesfully...");
        GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
        format(string,128,"%s:[%d]:%s",pName,playerid,text);
        SendClientMessage(playerid,COLOR_ORANGE,string);
    }
    return 1;
}
try this ,, z_cmd need
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)