SA-MP Forums Archive
How to fix this? - 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: How to fix this? (/showthread.php?tid=317725)



How to fix this? - Rickeman - 12.02.2012

Hello,
I post this again because I still have no answer at my old one.
What's the problem?
When I add some things at PAWNO and click on compile/run it starts my sa-mp without any update.
The Pawno Compiler Output gives noting.
I have really no idea how to fix it.
Please someone help me other I can't script.


Re: How to fix this? - tyler12 - 12.02.2012

Click f5 it compiles it, then if its a filterscript add it to the filterscript line if its gamoede add gamemode0 namehere 1 then start samp-server.exe and should work good luck


Re: How to fix this? - MP2 - 12.02.2012

Quote:
Originally Posted by tyler12
Посмотреть сообщение
Click f5 it compiles it, then if its a filterscript add it to the filterscript line if its gamoede add gamemode0 namehere 1 then start samp-server.exe and should work good luck
Did you even read the topic?

If the compiler is failing to execute, leave it for a while (10 mins) and if it's still stuck, you have a major problem in your script that's causing it to crash. You need to either look at what you recently added, or comment out blocks of code at a time until it compiles, knowing that the last one you commented out was faulty.


Re: How to fix this? - Rickeman - 12.02.2012

I'm totally new with scripting and this happens with all the GM's what I download here.
I delete always the old server and add a new one.
But it still happens.


Re: How to fix this? - MP2 - 12.02.2012

It happens with EVERY script?
Can you compile ANYTHING?


Re: How to fix this? - Rickeman - 12.02.2012

I can't compile anything. It always happens and I have really no idea what I do wrong.
I made a map out of my GTA directory and there I run my server, but it happens with every script.


Re: How to fix this? - MP2 - 12.02.2012

What OS are you running?

Try compiling this:

pawn Код:
#include <a_samp>

main()
{
    print("Hello");
}



Re: How to fix this? - Rickeman - 12.02.2012

I tried to compile that but it happens still...


Re: How to fix this? - MP2 - 12.02.2012

Quote:
Originally Posted by MP2
Посмотреть сообщение
What OS are you running?
Also, what exactly happens? Could you show a printscreen?


Re: How to fix this? - KingHual - 12.02.2012

Do you use the compiler in the pawno folder in the server, or do you use a custom editor/compiler? Do you have a folder named include in your compiler folder?