SA-MP Forums Archive
Gamemode problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Gamemode problem (/showthread.php?tid=352421)



Gamemode problem - calzo2011 - 19.06.2012

Hey guys,

I was adding the last touches to my gamemode so then I could get a server and run a self made stunt gamemode I made, so problem is I added some last zcmd/dcmd codes then complied it, everything had no errors then when I ran the server.exe this code came up

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[21:28:51] filterscripts = ""  (string)
[21:28:51] 
[21:28:51] Server Plugins
[21:28:51] --------------
[21:28:51]  Loaded 0 plugins.

[21:28:51] 
[21:28:51] Filterscripts
[21:28:51] ---------------
[21:28:51]   Loaded 0 filterscripts.

[21:28:51] Script[gamemodes/TSP.amx]: Run time error 19: "File or function is not found"
[21:28:51] Number of vehicle models: 0
And last time I ran it, it was like this:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:02:53] filterscripts = ""  (string)
[19:02:53] 
[19:02:53] Server Plugins
[19:02:53] --------------
[19:02:53]  Loaded 0 plugins.

[19:02:53] 
[19:02:53] Filterscripts
[19:02:53] ---------------
[19:02:53]   Loaded 0 filterscripts.

[19:02:53] 
----------------------------------
[19:02:53]  The Syndicate Playground.          
[19:02:53]  Has successfully loaded!           
[19:02:53]  Gamemode made by Calum Smith.      
[19:02:53]  Last edited: 19/06/2012.           
[19:02:53] ----------------------------------

[19:02:53] Number of vehicle models: 0
Can anyone help me? +Rep if you can help me


Re: Gamemode problem - ColorHost-Kevin - 19.06.2012

Your not loading a plugin it requires.


Re: Gamemode problem - calzo2011 - 19.06.2012

Quote:
Originally Posted by ColorHost-Kevin
Посмотреть сообщение
Your not loading a plugin it requires.
Nope it is not that as I made this from scratch and made it my self so it does not need any plugins at the moment


Re: Gamemode problem - CrazyChoco - 19.06.2012

You sure, try to see if your GM includes "#include sscanf"
or streamer, anything, get the plugin add it!


Re: Gamemode problem - Skaizo - 20.06.2012

load plugin sscanf,streamer ect and nativecheker then post server log


Re: Gamemode problem - calzo2011 - 20.06.2012

still nothing and the gamemode does NOT need any plugins cause I made it my self and its some simple commands with admin commands and login system and some tp commands to stunts so there isn't much on it that needs plugins