SA-MP Forums Archive
Fatal error 103 - 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: Fatal error 103 (/showthread.php?tid=70179)



Fatal error 103 - davebc - 22.03.2009

Hi, i got a problem. I wanted to Script. but i fixed a lot of error and now im stuck on the last one.Can you help me please?I've been working on Error for a long time for now. Im tired XD.


/imageshack/my.php?im...reenscript.jpg

/imageshack/my.php?im...pterror103.jpg


Re: Fatal error 103 - davebc - 23.03.2009

Or i can change the script for that one and thats what it says. i dont know what to do. please help me.

http://zepload.com/images/1237769604_Erreur.JPG


Re: Fatal error 103 - Mikep - 23.03.2009

How many lines is your script?


Re: Fatal error 103 - davebc - 23.03.2009

26445 lines thats an rp Server


Re: Fatal error 103 - ICECOLDKILLAK8 - 23.03.2009

What function could possibly start with a "(" ?


Re: Fatal error 103 - davebc - 23.03.2009

I don't know but the only thing i know that the problem is not the memory. its the line. i just dont know how to make it work without error.


Re: Fatal error 103 - ICECOLDKILLAK8 - 23.03.2009

Post the whole line, We cant see shit from that picture


Re: Fatal error 103 - davebc - 23.03.2009

if(Spectate[i] == 253)
{
TogglePlayerControllable(i, 1);
TogglePlayerSpectating(i, 0);
SetPlayerInterior(i,Unspec[i][sPint]);
PlayerInfo[i][pInt] = Unspec[i][sPint];
PlayerInfo[i][pLocal] = Unspec[i][sLocal];
Unspec[i][sLocal] = 255;
SetSpawnInfo(i, PlayerInfo[i][pTeam], PlayerInfo[i][pModel], Unspec[i][sPx], Unspec[i][sPy], Unspec[i][sPz]-1.0, 1.0, -1, -1, -1, -1, -1, -1);
gTeam[i] = PlayerInfo[i][pTeam];
SetPlayertoTeamColor(id); ((((((HERE IS THE ERROR ))))))))))
MedicBill[i] = 0;
if(PlayerInfo[i][pDonateRank] > 0)
{
SetSpawnInfo(i, PlayerInfo[i][pTeam], PlayerInfo[i][pModel], Unspec[i][Coords][0], Unspec[i][Coords][1], Unspec[i][Coords][2], 10.0, -1, -1, -1, -1, -1, -1);
SpawnPlayer(i);
SetCameraBehindPlayer(i);
}
else
{


Re: Fatal error 103 - Mikep - 23.03.2009

That's different..


Re: Fatal error 103 - davebc - 23.03.2009

I know im trying to have the good Script line but im unable to make it work.