Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 14 of 14
Search took 0.01 seconds.
Search: Posts Made By: CrazY.
Forum: Code Snippets/Tutorials 02-24-2019, 10:19
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

There is a new error in the package

File "C:\Users\Desktop\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py", line 72, in <module>
from debug_tools import getLogger...
Forum: Code Snippets/Tutorials 12-14-2018, 06:45
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Of course. I used stocks of xs.inc (xs_vec_add and xs_vec_equal), in the following example.


stock bool:xs_vec_equal(const Float:vec1[], const Float:vec2[])
{
return (vec1[0] == vec2[0]) &&...
Forum: Code Snippets/Tutorials 12-13-2018, 07:12
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Hi addons, I noticed that the auto-complete doesn't work with stocks.
Forum: Code Snippets/Tutorials 08-24-2018, 12:28
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Umm, looks work fine, except for one small problem. I'm not sure why, but when I click to open the include file, it should "go" for the native/stock/forward/etc related to the one I've clicked, but...
Forum: Code Snippets/Tutorials 08-09-2018, 15:18
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Autocomplete doesn't work with stock bool or any other stock (weird, because before, it worked) and I got this following console error.


/* Tests if given string contains only digits. Also,...
Forum: Code Snippets/Tutorials 08-04-2018, 16:18
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Autocomplete doesn't catch enum of global_get.


/* Used with global_get()
*/
enum
{
glb_start_int = 0,
glb_trace_hitgroup,
glb_trace_flags,
Forum: Code Snippets/Tutorials 07-27-2018, 15:06
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Thanks and good job, looks all fine now. More two little observations:

1° Autocomplete doesn't "catch" stock const defined in include files.


stock const STOCK_TEST[] = "something";


2° If...
Forum: Code Snippets/Tutorials 07-27-2018, 13:55
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

14:50:53:004.882097 1.56e+00 - AmxxEditor.AmxxEditor.load_from_file:805 - (analyzer) Include File Not Found: VexdUM
Exception in thread Thread-2:
Traceback (most recent call last):
File...
Forum: Code Snippets/Tutorials 07-27-2018, 10:54
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

File "C:\Users\Desktop\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py", line 60, in <module>
process_thread = ProcessQueueThread()
NameError: name 'ProcessQueueThread' is not...
Forum: Code Snippets/Tutorials 07-26-2018, 13:54
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Thanks, looks like it's all ok now.
Forum: Code Snippets/Tutorials 07-26-2018, 11:28
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Autocomplete doesn't work with "includes included into other includes".

AmxxEditor syntax doesn't auto set in include files.

I tried to define a key binding through AmxxEditor.sublime-build to...
Forum: Code Snippets/Tutorials 07-20-2018, 10:56
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Or just press ctrl + shift + p, write "Set Syntax: AmxmodxPawn" and then Enter.I'm using this package instead of a sublime made specific for amxmodx editor, It's working fine.
...
Forum: Code Snippets/Tutorials 02-15-2018, 08:59
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

{
// Path to includes folder, the files here will be used for auto completion.
"include_directory": "C:\\Program Files\\Counter-Strike 1.6\\cstrike\\addons\\amxmodx\\scripting\\include",
...
Forum: Code Snippets/Tutorials 02-13-2018, 15:14
Replies: 224
Views: 86,034
Posted By CrazY.
Re: [TUT] Compiling AMXX plugins with Sublime Text

Auto-completion is not working.
Showing results 1 to 14 of 14

 
Forum Jump

All times are GMT -4. The time now is 19:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode