Ways that produce many errors.. - 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: Ways that produce many errors.. (
/showthread.php?tid=266236)
Ways that produce many errors.. - [L3th4l] - 04.07.2011
Yeah, I was fixing the shit out of my script, and I wasn't compiling as I regularly do. So, after a few minutes of work, lot of work btw, I compile and BOOOOOOOM, 26 nasty errors..
Most of the errors are callbacks under OnGameModeInit that initialize whatever is in the callbacks.
Ok, so my question is, what are "Mistakes" that produce the errors?
I currently know about the missing bracket. Anything else?
EDIT: K, this can be closed, found that sonofabitch }
Re: Ways that produce many errors.. -
Lorenc_ - 04.07.2011
pawn Код:
public OnPlayerSpawn(playerid)
}// Failed bracket
{// Failed bracket
One way