Jump to content

Question

Posted

Deci cand scriu /Ban imi zice Nu esti admin si eu sunt admin lv8 pe un server de trucking al meu...

PateBin la Admins.pwn : http://pastebin.com/pLpeLPfa

8 answers to this question

Recommended Posts

Posted

The Banned info doesnt save FIXED

someone gets banned and if they want to get ubanned to go to that website).

#define BAN_LEVEL                          6 //The Admin Level For /Ban

        LoadBanStatus(playerid);

        new BanStr[256];format(BanStr,sizeof(BanStr),""WHITE"You have Been "RED"Baneed "WHITE"By: "RED"(%s) \n\n"WHITE"Reason:\n"ORANGE"(%s)\n\n"WHITE"Banned Wrongly ?\n"WHITE"Goto: "GREEN""SERVER_NAME"",BName,BReason);

        if(PlayerInfo[playerid][banned]>=1) ShowPlayerDialog(playerid, 5648, DIALOG_STYLE_MSGBOX, ""WHITE"You Have Been "RED"Banned!", BanStr, "Close", "");

forward LoadBan(playerid, name[], value[]);

public LoadBan(playerid, name[], value[])

{

if(!strcmp(name,"Banned"))SetPVarString(playerid,"Banned", value);

if(!strcmp(name,"BannBy"))SetPVarString(playerid,"BannBy", value);

if(!strcmp(name,"BanReason"))SetPVarString(playerid,"BanReason", value);

Posted

Din cate vad nu e nici o comana in ce ai pus tu acolo

______________________________________

| Daca te-am ajutat apasa butonul de respect    |

|_____________________________________ |

Posted

Tot Gm este facut de tine sau este luat dupa net si nu iti merg comnezile la el?

______________________________________

| Daca te-am ajutat apasa butonul de respect    |

|_____________________________________ |

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.