View Single Post
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 07-27-2018 , 15:06   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #112

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

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

Code:
stock const STOCK_TEST[] = "something";

2° If you write the fully name of a native, forward or whatever and the name be party of another, when you click to open it in include, looks like it searchs for the first match and not the exactly match. You can test that with get_players, since in amxmodx.inc is there a get_playersnum.
__________________









Last edited by CrazY.; 07-27-2018 at 15:06.
CrazY. is offline