SA-MP Dedicated Server ---------------------- v0.3x, ©2005-2013 SA-MP Team [13:49:05] filterscripts = "" (string) [13:49:05] [13:49:05] Server Plugins [13:49:05] -------------- [13:49:05] Loading plugin: sscanf [13:49:05] [13:49:05] =============================== [13:49:05] sscanf plugin loaded. [13:49:05] © 2009 Alex "******" Cole [13:49:05] 0.3d-R2 500 Players "dnee" [13:49:05] =============================== [13:49:05] Loaded. [13:49:05] Loaded 1 plugins. [13:49:05] [13:49:05] Filterscripts [13:49:05] --------------- [13:49:05] Loaded 0 filterscripts. [13:49:05] Script[gamemodes/SFGW.amx]: Run time error 19: "File or function is not found" [13:49:05] Number of vehicle models: 0
main( ) { }
//defines
//includes
//news
//forwards
//no need to give them away
main()
{
print("\n----------------------------------");
print("San Fierro Gang Wars");
print("----------------------------------\n");
}
public OnGameModeInit()
{
return 1;
}
To your question, i think this will be helpful: https://sampforum.blast.hk/showthread.php?tid=160810
And another thing, your problem, are you sure you defined it correctly in the .cfg file ? (The gamemode name) ? |