Pawno complier crshed. - 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)
+--- Thread: Pawno complier crshed. (
/showthread.php?tid=409364)
Pawno complier crshed. -
kepa333 - 21.01.2013
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?
Re: Pawno complier crshed. -
dr.lozer - 21.01.2013
download a new server folder. that should help (I THINK)
Re: Pawno complier crshed. -
kepa333 - 21.01.2013
Why?
AW: Pawno complier crshed. -
Blackazur - 21.01.2013
Your sure you have the newest pawn compiler and server files? check it.
Re: Pawno complier crshed. -
kepa333 - 21.01.2013
I have and its same shit.
Re: Pawno complier crshed. -
kepa333 - 21.01.2013
Thats how my lines look like
Код HTML:
public StopMusic()
{
foreach(Player, i)
{
PlayerPlaySound(i, 1069, 0.0, 0.0, 0.0);
}
}
Re: Pawno complier crshed. -
InActtive™ - 21.01.2013
Try
pawn Код:
public StopMusic()
{
foreach(new i : Player)
{
PlayerPlaySound(i, 1069, 0.0, 0.0, 0.0);
}
}
Re: Pawno complier crshed. -
kepa333 - 21.01.2013
allready replaced everything with it still same shit.
Re: Pawno complier crshed. -
InActtive™ - 21.01.2013
Well... usually when my compiler fucks up, it's something dealing with a really messed up command or missing bracket..
Re: Pawno complier crshed. -
kepa333 - 21.01.2013
Is there any chanse to check where is it? mean crash line.