Crashing. - 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: Crashing. (
/showthread.php?tid=305833)
Crashing. -
Lynn - 24.12.2011
My game crashes when I spawn.
I don't know what causes this.
It's something in the script.
It does not crash SAMP, it crashes GTA SA.
Can someone tell me known causes.
Re: Crashing. -
b.rock - 24.12.2011
show what you have in onplayerspawn
Re: Crashing. -
[O.z]Caroline - 24.12.2011
you can post "OnPlayerSpawn" ?
Re: Crashing. -
[ABK]Antonio - 24.12.2011
Quote:
Originally Posted by Lynn
My game crashes when I spawn.
I don't know what causes this.
It's something in the script.
It does not crash SAMP, it crashes GTA SA.
Can someone tell me known causes.
|
Can you paste the crash information so we can actually see what it is instead of just guessing randomly at it lol
Also the onplayerspawn like the other ones said
Re: Crashing. -
Lynn - 24.12.2011
FIXED
For some reason,
using
else
{
CodeGoesHere
}
was crashing me.
So I remove the else and made it just a if(Codehere)
and it worked.
Re: Crashing. -
Rob_Maate - 24.12.2011
Post the code that caused it.
We may be able to actually fix it up