|
Author
|
Message
|
|
Junior Member
Join Date: Jul 2014
Location: Unknown.
|

07-21-2014
, 17:10
Re: Error in compiling.
|
#1
|
Quote:
Originally Posted by NikKOo31
PHP Code:
register_clcmd("say /cheats", ADMIN_BAN, "checkCommand") register_clcmd("say_team /cheats", ADMIN_BAN, "checkCommand"); register_clcmd("cheats", ADMIN_BAN, "checkCommand")
PHP Code:
register_clcmd("say /cheats", "checkCommand", ADMIN_BAN) register_clcmd("say_team /cheats", "checkCommand", ADMIN_BAN); register_clcmd("cheats", "checkCommand", ADMIN_BAN)
|
You are the best , thanks so much. (I don't know anything about coding though :p)
__________________
Quote:
Originally Posted by Arkshine
Thanks LoRikU!
|
Noob in scripting. Maybe some help could work? PM me if u think you are the one that can help me out!
Last edited by LoRikU; 07-23-2014 at 10:36.
|
|
|
|