SA-MP Forums Archive
Problem with my gamemode... - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with my gamemode... (/showthread.php?tid=126808)



Problem with my gamemode... - Universal - 10.02.2010

Hey all, i have one big issue. When i connect to my server and when i spawn, after 2secs or 1, the gta-san andreas sends me a dont respond with a critical error of windows or something... But, when i change it to other gamemode the problem doesnt appear. I tried to delete SET file of Gtaa, but it didnt worked... Any ideas?

Thank you.


Re: Problem with my gamemode... - FireFox_ - 10.02.2010

You probably scripted something wrong and ur server crashes try to open server_log.txt maybe its written there what the problem is.


Re: Problem with my gamemode... - Universal - 10.02.2010

Nope, nothing in there... Only thing is that that i left the server...


Re: Problem with my gamemode... - Universal - 10.02.2010

Well ? Why everyone is so quet ?


Re: Problem with my gamemode... - Torran - 10.02.2010

Add

pawn Код:
print
On Every callback, See how many it sends before it crashes?


Re: Problem with my gamemode... - Universal - 10.02.2010

Never mind, fixed it... I randomly thought that i have to delete SaveHouses function and it worked! Now i remember, that that issue appeared after i added that function.


Re: Problem with my gamemode... - Universal - 10.02.2010

Quote:
Originally Posted by Universal
Never mind, fixed it... I randomly thought that i have to delete SaveHouses function and it worked! Now i remember, that that issue appeared after i added that function.
Nope, problem appeared again. After i relog it started again. I think my script is very inoptimised. Could that be the problem ? Second thought, is there any way to check the system memory and all the stuff usage on compile ?


Re: Problem with my gamemode... - Torran - 10.02.2010

Quote:
Originally Posted by Torran
Add

pawn Код:
print
On Every callback, See how many it sends before it crashes?