SA-MP Forums Archive
"OnGameo" appearing in server console when server starts [rep++] - 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: "OnGameo" appearing in server console when server starts [rep++] (/showthread.php?tid=317225)



"OnGameo" appearing in server console when server starts [rep++] - Hoborific - 10.02.2012

Quote:

----------
Loaded log file: "server_log.txt".
----------

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

[01:12:15] hostname = "SA:MP Server" (string)
[01:12:15]
[01:12:15] Server Plugins
[01:12:15] --------------
[01:12:15] Loading plugin: sscanf
[01:12:15]

[01:12:15] ===============================

[01:12:15] sscanf plugin loaded.

[01:12:15] © 2009 Alex "Y_Less" Cole

[01:12:15] 0.3d-R2 500 Players "dnee"

[01:12:15] ===============================

[01:12:15] Loaded.
[01:12:15] Loaded 1 plugins.

[01:12:15]
[01:12:15] Filterscripts
[01:12:15] ---------------
[01:12:15] Loaded 0 filterscripts.

[01:12:15] OnGameo
[01:12:15]
----------------------------------
[01:12:15] Apocalyptic Revenge Version 018
[01:12:15] ----------------------------------

[01:12:15] Number of vehicle models: 51
[01:12:16] Incoming connection: 127.0.0.1:3753
[01:12:16] [npc:join] Hobo1 has joined the server (0:127.0.0.1)

I have looked through my gamemode and can't see any prints....


Re: "OnGameo" appearing in server console when server starts [rep++] - Michael@Belgium - 10.02.2012

That's the print() function of Y_Less plugin (sscanf) He just used it for debugging


Re: "OnGameo" appearing in server console when server starts [rep++] - Hoborific - 10.02.2012

Thanks, I'll go fix it then.