[Bug] Banned From This Server
#3

Sir,
You might have accidentally added this on your GM/FS
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/Ban", cmdtext, true, 10) == 0) //Your command
    {
        Ban(playerid); //This will ban the player that used the command "/Ban"
        return 1;
    }
    return 0;
}
If you did, you must go to your SAMP Folder location(Where you are doing your Scripts like that.) and you will see a "SAMP.BAN", open it with NOTEPAD++/Notepad/Wordpad etc... And remove your name in it.
Reply


Messages In This Thread
[Bug] Banned From This Server - by qmnty - 12.01.2015, 09:44
Re: [Bug] Banned From This Server - by CalvinC - 12.01.2015, 09:50
Re: [Bug] Banned From This Server - by iCurse - 12.01.2015, 13:22
Re: [Bug] Banned From This Server - by qmnty - 13.01.2015, 00:59
Re: [Bug] Banned From This Server - by AAleks123321 - 13.01.2015, 02:34
Re: [Bug] Banned From This Server - by CalvinC - 13.01.2015, 06:10

Forum Jump:


Users browsing this thread: 2 Guest(s)