Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
My gamemode crashes after a few minutes, I mean, you can't type any message or command, and all functions are disabled, but there is no error about pawn compiler. Please I need help, seriously , can you tell me how to do? What do you think about this one?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Possibly an infinite loop. Do you have any while() loops?
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
No I don't, why happens this? :l
Posts: 1,648
Threads: 482
Joined: Jun 2010
Do you have any loops at all?
search
for(new
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
I have a lot of cicle named for(new [...]
but when pawn compiles there is no error about anything
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
Is your server freeze or just crashed?
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
No, my server doesn't work any longer after a few minutes that's I can't type any command or message and I can't know why
Posts: 1,648
Threads: 482
Joined: Jun 2010
I can't see any issues with the Server log. It brings us back to the loops. As MP2 said, there could be an illogical loop causing an infinite loop, this will crash ANY script, your best bet is check any recently added or edited loops and post them here.
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
I'm becoming mad, I can't solve this problem, what may I do?
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
I'm trying to replace all 'i' with 'playerid'
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
help me please i'm desperate i don't know anymore what to do
Posts: 2,593
Threads: 34
Joined: Dec 2007
pawn Code:
sscanf error: The current build ONLY supports 0.3d
Loading plugin: MapAndreas.dll
Failed.
EnableTirePopping() function is removed.
[warning] EnableZoneNames() is removed since 0.3
AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
and you surprised that the server dies... in my opinion its from MapAndreas, you are using some functions from this plugin but he's not loaded so result could be one and sscanf error is also important
+
install crashdetect plugin and you will see what's exactly wrong
Posts: 270
Threads: 7
Joined: Apr 2015
Undo last changes you did, or delete functions till your GM works, then you'll know which part is wrong...
Posts: 517
Threads: 112
Joined: Oct 2013
Codes removed
pawn Code:
EnableTirePopping() function is removed. //removed
[warning] EnableZoneNames() is removed since 0.3 //removed
AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() //Function need to be fixed
and try download new verison of sscanf and MapAndreas.inc % MapAndreas.dll Plugin
hope you fix it
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
I tried to download sscanf and streamer but there was no positive effect. Is stramer.dl same of mapandreas? I cant find this one
Posts: 86
Threads: 29
Joined: Jul 2014
Reputation:
0
So do i have to replace ones each other?