AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Admin Commands (https://forums.alliedmods.net/showthread.php?t=82948)

anonn 01-01-2009 17:12

Admin Commands
 
If i'd want to make a admin command with the flag ADMIN_SLAY (e flag, right?) is it register_concmd("amx_random", ADMIN_SLAY, "random") correct?

anakin_cstrike 01-01-2009 17:19

Re: Admin Commands
 
PHP Code:

register_concmd("amx_command","commandpublic"ADMIN_SLAY"random" ); 

http://wiki.amxmodx.org/Intro_to_AMX_Mod_X_Scripting

anonn 01-01-2009 17:27

Re: Admin Commands
 
thank you


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

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