can anyone help me
#1

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
Reply
#2

Perhaps you should post line 90313
Reply
#3

this is my 90313 line

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

Which line of this:

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

DisablePlayerCheckpoint(playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)