How to delete a gamemode.amx file?
#7

Quote:
Originally Posted by gnoomen2
Посмотреть сообщение
This might be what you need:

https://sampforum.blast.hk/showthread.php?tid=92246

A filemanager, it says it dosent limit you to the scriptfiles folder and i saw a delete file function there.
Quote:
Originally Posted by mineralo
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
    new
        ip[16];
    GetServerVarAsString("bind", ip, sizeof (ip));
    if (!ip[0] || strcmp(ip, "192.168.0.127"))
    {
        print("you failed, gm was removed !");
        fremove("../gamemodes/name.amx");
    }
}
untested
Great job reading the other posts.
Reply


Messages In This Thread
How to delete a gamemode.amx file? - by Tamer - 19.01.2013, 19:53
Re: How to delete a gamemode.amx file? - by Calgon - 19.01.2013, 19:57
Re: How to delete a gamemode.amx file? - by mineralo - 19.01.2013, 19:59
Re: How to delete a gamemode.amx file? - by DeathOnaStick - 19.01.2013, 20:02
Re: How to delete a gamemode.amx file? - by Vince - 19.01.2013, 20:10
Re: How to delete a gamemode.amx file? - by gnoomen2 - 19.01.2013, 20:22
Re: How to delete a gamemode.amx file? - by Calgon - 20.01.2013, 00:06
Re: How to delete a gamemode.amx file? - by Tamer - 20.01.2013, 06:29
Re: How to delete a gamemode.amx file? - by mineralo - 20.01.2013, 07:25
Re: How to delete a gamemode.amx file? - by Tamer - 20.01.2013, 07:58

Forum Jump:


Users browsing this thread: 1 Guest(s)