SA-MP Forums Archive
[HELP] PAWN Not Responding - 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: [HELP] PAWN Not Responding (/showthread.php?tid=311951)



[HELP] PAWN Not Responding - dan007 - 19.01.2012

hey SA-MP Guys and Girls I'm Trying to Get a Server Working And I've Done it now I've Compiled it and Run it By pawno F6 and well i can PAWN Compiler Output (Not Responding)

So any Idea's ?
please help me out.


Re: [HELP] PAWN Not Responding - Steven82 - 19.01.2012

EDIT: was beat to it..


Re: [HELP] PAWN Not Responding - 2KY - 19.01.2012

You're missing a bracket somewhere, search "Bracket finder" on this forum.


Re: [HELP] PAWN Not Responding - dan007 - 19.01.2012

C:\Users\User\Desktop\Truckers Dieght\gamemodes\Trucking_Deight's.pwn(2) : fatal error 100: cannot read from file: "SII"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

ok So turns out my PC was going Slow SO........

Now I've Got anther Problem that i have going

fatal error 100: cannot read from file: "SII"
line 2 of my Script:
Код:
Line1#include <a_samp>
Line2#include <SII>
Line3#include <streamer>
Line4#include <sscanf2>
line5#include <GetVehicleName>
But I've Put SII.inc in Pawno include File
So you can see where im coming From


Re: [HELP] PAWN Not Responding - AceFlyer - 19.01.2012

i think you may have put the include file in the wrong directory or maybe you are using the wrong include name


Re: [HELP] PAWN Not Responding - T0pAz - 19.01.2012

It's actually a missing braces problem. If you have Notepad ++, it would be easier to detect the mission braces.