Pawno complier crshed.
#1

Hello there, every thing started when i updated my YSI,,, i needed to update foreach too, after i updated everything my pawno compiler just crashed... how can i fix it?
Reply
#2

download a new server folder. that should help (I THINK)
Reply
#3

Why?
Reply
#4

Your sure you have the newest pawn compiler and server files? check it.
Reply
#5

I have and its same shit.
Reply
#6

Thats how my lines look like

Код HTML:
public StopMusic()
{
	foreach(Player, i)
	{
		PlayerPlaySound(i, 1069, 0.0, 0.0, 0.0);
	}
}
Reply
#7

Try

pawn Код:
public StopMusic()
{
    foreach(new i : Player)
    {
        PlayerPlaySound(i, 1069, 0.0, 0.0, 0.0);
    }
}
Reply
#8

allready replaced everything with it still same shit.
Reply
#9

Well... usually when my compiler fucks up, it's something dealing with a really messed up command or missing bracket..
Reply
#10

Is there any chanse to check where is it? mean crash line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)