SA-MP Forums Archive
Sublime Text 2 pawn editor - 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: Sublime Text 2 pawn editor (/showthread.php?tid=487841)



Sublime Text 2 pawn editor - MatriXgaMer - 15.01.2014

Hey i have Sublime Text 2 and i maked it intro an pawn editor but i get this error:
Code:
.p(0) : fatal error 100: cannot read from file: ".p"

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


1 Error.
[Finished in 0.1s with exit code 1]
Help


Re: Sublime Text 2 pawn editor - Patrick - 15.01.2014

Quote:
Originally Posted by MatriXgaMer
View Post
Hey i have Sublime Text 2 and i maked it intro an pawn editor but i get this error:
Code:
.p(0) : fatal error 100: cannot read from file: ".p"

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


1 Error.
[Finished in 0.1s with exit code 1]
Help
I am using Sublime Text 2, that error occurs when you do not save the code as .pwn or .inc, save them first then
compile.


Re: Sublime Text 2 pawn editor - MatriXgaMer - 15.01.2014

Dude thanks!