SA-MP Forums Archive
Script error - 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: Script error (/showthread.php?tid=633526)



Script error - Loinal - 02.05.2017

Код:
Finished in 3.9s with exit code 3221225477]
[cmd: ['pawncc.exe', 'D:\\samp folder\\ZoneX - ZX\\gamemodes\\ZoneX.pwn', '-oD:\\samp folder\\ZoneX - ZX\\gamemodes/ZoneX', '-;+', '-(+', '-d3']]
[dir: D:\samp folder\ZoneX - ZX\pawno]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\GtkSharp\2.12\bin;D:\unity3d nour\MonoDevelop\GTKSharp\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Skype\Phone\]
When iam trying to compile my gamemode from sublime 3 i get this errors and my codes is fine why?

+REP


Re: Script error - alexjanjaj - 02.05.2017

What do you mean with "Complie my code from sublime 3" Are you using sublime's compiler?


Re: Script error - Loinal - 02.05.2017

Fixed


Re: Script error - Toroi - 02.05.2017

Please share the solution with us for further referral.


Re: Script error - Loinal - 03.05.2017

Quote:
Originally Posted by Troydere
Посмотреть сообщение
Please share the solution with us for further referral.
The problem was that iam putting ; in the wrong place on the dialog response

Код:
.....
Return 1;
};
Should be } without ;