SA-MP Forums Archive
can anyone help me - 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: can anyone help me (/showthread.php?tid=200363)



can anyone help me - Merseyside - 18.12.2010

i got this error

Код:
C:\Users\TopAz\Desktop\Crime Life Roleplay\gamemodes\CL.pwn(90313) : error Unknown: Unknown Error
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
What the hell is unknown error means


Re: can anyone help me - Rachael - 18.12.2010

Perhaps you should post line 90313


Re: can anyone help me - Merseyside - 18.12.2010

this is my 90313 line

Код:
public OnPlayerExitFood(playerid)
{
	DisablePlayerCheckpoint(playerid);
	InAFoodPlace[playerid] = 0;
	return 1;
}



Re: can anyone help me - Ash. - 18.12.2010

Which line of this:

pawn Код:
public OnPlayerExitFood(playerid)
{
    DisablePlayerCheckpoint(playerid);
    InAFoodPlace[playerid] = 0;
    return 1;
}
is line 90313


Re: can anyone help me - Merseyside - 18.12.2010

DisablePlayerCheckpoint(playerid);