Pawno crashing while compiling
#1

Why is this happening? :S
Reply
#2

Nobody is able to help you if you wont show your code ^_^
Reply
#3

What of it should I show you?
Reply
#4

Undo what you did before the issue arose or try to find the error in what you did before it arose.
Reply
#5

pawn Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .distance = 30.0);
This is an error line, anyhow to fix it?
Reply
#6

When your pawno is crashing while compiling, means you closed your brackets to often.

if you do something like this:
PHP код:
if(OnPlayerConnect(playerid))
{
   
SendClientmessage(playeridCOLOR_RED"hai");
}

Then your compiler will crash, because you closed your brackets twice, even though you just needed to close it once.
Reply
#7

pawn Код:
}
    }
}
On that I can remove one of those
Reply
#8

we cant tell you which brackets you have to check, since we dont know your full code.

It could be everywhere....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)