SA-MP Forums Archive
Problem with server startup - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with server startup (/showthread.php?tid=318313)



Problem with server startup - Kuusa - 14.02.2012

Quote:

SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[20:26:10]
[20:26:10] Server Plugins
[20:26:10] --------------
[20:26:10] Loading plugin: streamer
[20:26:10]

*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***

[20:26:10] Loaded.
[20:26:10] Loading plugin: sscanf
[20:26:10]

[20:26:10] ===============================

[20:26:10] sscanf plugin loaded.

[20:26:10] © 2009 Alex "******" Cole

[20:26:10] ===============================

[20:26:10] Loaded.
[20:26:10] Loading plugin: mysql
[20:26:10]

> MySQL plugin R6-2 successfully loaded.

[20:26:10] Loaded.
[20:26:10] Loaded 3 plugins.

[20:26:10]
[20:26:10] Filterscripts
[20:26:10] ---------------
[20:26:10] Loading filterscript 'animations.amx'...
[20:26:10] Loading filterscript 'Anti-CBug.amx'...
[20:26:10] Loading filterscript 'Mapping.amx'...
[20:26:10]
--------------------------------------
[20:26:10] Mapping by Germanator
[20:26:10] --------------------------------------

[20:26:10] Loading filterscript 'seatbelt.amx'...
[20:26:10] Seatbelts Loaded
[20:26:10] Loading filterscript 'WalkStyle.amx'...
[20:26:10] <|-----------------------------------------|>
[20:26:10] |.:[- seif_walk - walk styles by Seif -]:.|
[20:26:10] <|-----------------------------------------|>
[20:26:10] Loaded 5 filterscripts.

[20:26:10] Script[gamemodes/WCRP.amx]: Run time error 19: "File or function is not found"
[20:26:10] Number of vehicle models: 2

all is loading, but still get errors


Re: Problem with server startup - Killer#Mummy - 14.02.2012

do u have main() {} in gamemode?


Re: Problem with server startup - Kuusa - 14.02.2012

Yes i have
Quote:

main()
{
print("_____________________");
print("*************");
print("************");
print("*****************");
print("***********");
print("_____________________");
}




Re: Problem with server startup - Kuusa - 15.02.2012

UP
sorry.


Re: Problem with server startup - Guitar - 15.02.2012

This problem is being caused because you're missing either a plugin or an include file(s).


Re: Problem with server startup - park4bmx - 15.02.2012

[1] is the script compiled
[2] all plugins are loaded
[3] is name current
[4] does the GameMode give any warnings/errors


Re: Problem with server startup - Kuusa - 15.02.2012

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
[1] is the script compiled
[2] all plugins are loaded
[3] is name current
[4] does the GameMode give any warnings/errors
Compiled
All plugins is loaded
Name ir Current
And theres no warning or errors

Quote:
Originally Posted by Guitar
Посмотреть сообщение
This problem is being caused because you're missing either a plugin or an include file(s).
I have all plugins and include files, already checked in pwn file includes


Re: Problem with server startup - park4bmx - 15.02.2012

Hosted ?