16.04.2015, 13:42
to put FS map
or to put map as include
PHP код:
new.pwn
public OnFilterScriptInit()
{
//your map
return 1;
}
server.cfg
filterscripts new
PHP код:
#include <map>
public OnGameModeInit()
{
//
mapload();
return 1;
}
create map.inc file and put
mapload()
{
//// your mapping
}