SA-MP Forums Archive
[Tutorial] PAWN for SA-MP in Sublime Text 3 - 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)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] PAWN for SA-MP in Sublime Text 3 (/showthread.php?tid=626423)

Pages: 1 2 3 4


Re: PAWN for SA-MP in Sublime Text 3 - Rassh - 03.02.2017

Make ******* video about this, would be much better.


Re: PAWN for SA-MP in Sublime Text 3 - Logic_ - 04.02.2017

Can I make the default syntax to something?


Re: PAWN for SA-MP in Sublime Text 3 - Oxygenated - 06.02.2017

Thanks i was able to sort out with the problem. You! are awesome!


Re: PAWN for SA-MP in Sublime Text 3 - BlackbirdXd - 10.02.2017

Thank you, the tutorial was well and good. To be honest it's awesome.

Might some people having a problem like me that they can't find there Pawn (Build system file you created) Try to save your build system file there were you saved package which you downloaded. Then restart the program it should work.


Re: PAWN for SA-MP in Sublime Text 3 - thaKing - 11.02.2017

well, i have done everything, works fine for me. but the problem with compl. part, i have mac so, i cannot use pawncc.exe, is there any way to fix this?
followed the whole tut and everything else, except compl. part works at its finest


Re: PAWN for SA-MP in Sublime Text 3 - muzammilfreeman - 16.02.2017

Awesome dude. It's easy af.. +1


Re: PAWN for SA-MP in Sublime Text 3 - Hansrutger - 18.02.2017

Received these errors while on notepad++ I did not, when compiling:
Code:
(5672) : warning 219: local variable "world" shadows a variable at a preceding level
(16921) : warning 219: local variable "world" shadows a variable at a preceding level
(17066) : warning 219: local variable "world" shadows a variable at a preceding level
(17509) : warning 219: local variable "world" shadows a variable at a preceding level
(41816) : warning 219: local variable "world" shadows a variable at a preceding level
(41876) : warning 219: local variable "world" shadows a variable at a preceding level
(53396) : warning 219: local variable "world" shadows a variable at a preceding level
(56600) : warning 219: local variable "world" shadows a variable at a preceding level
(71892) : warning 219: local variable "world" shadows a variable at a preceding level
Any idea why it occurred only in Sublime? (and no, "world" variable is not a global anywhere).


Re: PAWN for SA-MP in Sublime Text 3 - CezarBR - 18.02.2017

Sublime text 3 best editor for sa-mp


Re: PAWN for SA-MP in Sublime Text 3 - Dayrion - 18.02.2017

Quote:
Originally Posted by Hansrutger
View Post
Received these errors while on notepad++ I did not, when compiling:
Code:
(5672) : warning 219: local variable "world" shadows a variable at a preceding level
(16921) : warning 219: local variable "world" shadows a variable at a preceding level
(17066) : warning 219: local variable "world" shadows a variable at a preceding level
(17509) : warning 219: local variable "world" shadows a variable at a preceding level
(41816) : warning 219: local variable "world" shadows a variable at a preceding level
(41876) : warning 219: local variable "world" shadows a variable at a preceding level
(53396) : warning 219: local variable "world" shadows a variable at a preceding level
(56600) : warning 219: local variable "world" shadows a variable at a preceding level
(71892) : warning 219: local variable "world" shadows a variable at a preceding level
Any idea why it occurred only in Sublime? (and no, "world" variable is not a global anywhere).
Is probably it on an include. Rename world by world9 and check if you get this warnings.


Re: PAWN for SA-MP in Sublime Text 3 - MustafaKemalAtaturk - 07.05.2017

Veeerryy nice tut! Thx bro!


Re: PAWN for SA-MP in Sublime Text 3 - Stones - 07.05.2017

Anyone got another link for the package control file? the website ain't working for me.


Re: PAWN for SA-MP in Sublime Text 3 - MustafaKemalAtaturk - 07.05.2017

Quote:
Originally Posted by Stones
View Post
Anyone got another link for the package control file? the website ain't working for me.
Here... https://www.upload.ee/files/6986280/...e-package.html


Re: PAWN for SA-MP in Sublime Text 3 - Kane - 08.05.2017

It's annoying as fuck when you CTRL+F and then press ESC and it goes back to where you were. Is there a way to disable it?

EDIT: Found a fix. View < Check Word Wrap incase anyone else was wondering too.


Re: PAWN for SA-MP in Sublime Text 3 - Stones - 09.05.2017

Quote:
Originally Posted by MustafaKemalAtaturk
View Post
Thank you


Re: PAWN for SA-MP in Sublime Text 3 - [G]am3r - 30.05.2017

I'm confused in the compiler, I use the code save it, restart sublime, but still there isn't the pawn compiler. Anyone can help?


Re: PAWN for SA-MP in Sublime Text 3 - Kane - 02.06.2017

I have a problem,

I compile with Sublime and it keeps crashing. There are no errors in the gamemode.

I try and compile with PAWN and it works fine.


Anyone ever have this issue?


Re: PAWN for SA-MP in Sublime Text 3 - Wary - 06.06.2017

Your gamemode is too big ??
try reinstalling the pawn build system


Re: PAWN for SA-MP in Sublime Text 3 - DeStRoY232 - 23.08.2017

i pressed CTRL + B but i can't see any amx file


i put this path C:/Users/MyUser/Downloads/Compressed/Gamemode/pawno


i pressed CTRL + B and it says (No Build System)

i use windows 7


Re: PAWN for SA-MP in Sublime Text 3 - Misiur - 23.08.2017

Check in menu bar Tools > Build system if PAWN is selected


Re: PAWN for SA-MP in Sublime Text 3 - DeStRoY232 - 23.08.2017

Quote:
Originally Posted by Misiur
View Post
Check in menu bar Tools > Build system if PAWN is selected
Nevermind i fixed it xD i was just missing this " in end of the text LOL


thanks for everything and awesome script <3