SA-MP Forums Archive
Small problem with pawno - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Small problem with pawno (/showthread.php?tid=483643)



Small problem with pawno - rakshith122 - 27.12.2013

Hi,
Today, I've been trying to compile my updated gamemode on Windows 8. When I complete editing and start to complie ( F5 ) it just freezes. Compiling window becomes Pawno complier ( Not Responding ). I tried waiting for 15 minutes and nothing happened. I cant find "What is the problem" and "How to solve it"
Hope someone would help me,
Thanks.


Re: Small problem with pawno - PT - 27.12.2013

i use windows 8 and i have no problems with that ( my windows is original )


Re: Small problem with pawno - rakshith122 - 27.12.2013

Even mine.


Re: Small problem with pawno - Foufou74 - 27.12.2013

Will this is my first time i Create a server and it worked for me i think all you have to do is to restart you PC this may help you .


Re: Small problem with pawno - TonyNames - 27.12.2013

or maybe there is toooooooo much to load and stuff.


Re: Small problem with pawno - Kells - 27.12.2013

maybe there are A lot Of lines и.и
or try update your Sa-mp And Pawno and try


Re : Small problem with pawno - S4t3K - 27.12.2013

If the compiler crashes without any error, it means that you have put one or several } useless.

For example

PHP код:

if(strcmp(cmd"/mycommand"true) == 0)
{
if(
first_condition true)
{
some script here
}
}
// This one is useless and could crash your compiler