Is it even possible?
#2

Try this:
-By Konstantinos

PHP код:
#include <YSI\y_amx> 

... 

static 
    list[
512], // change its value depending on how many commands you got 
    
buffer[32], 
    
count
         
while ((
count AMX_GetName(AMX_TABLE_PUBLICScountbuffer"cmd_"))) 

    if (!
strcmp(buffer"zcmd_OnGameModeInit") || !strcmp(buffer"zcmd_OnFilterScriptInit")) continue; 

    
strmid(bufferbuffer4strlen(buffer), sizeof buffer); 
    
strins(buffer"/"0sizeof buffer); 
    
strcat(list, buffersizeof list); 
    
strcat(list, "\n"sizeof list); 

print(list); 
Reply


Messages In This Thread
Is it even possible? - by Sjn - 20.05.2016, 07:38
Re: Is it even possible? - by oMa37 - 20.05.2016, 07:41
Re: Is it even possible? - by Sjn - 20.05.2016, 07:48
Re: Is it even possible? - by Nero_3D - 20.05.2016, 10:33

Forum Jump:


Users browsing this thread: 1 Guest(s)