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

ClientCommand


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
loginadmin
New Member
Join Date: Dec 2017
Old 12-15-2017 , 20:26   ClientCommand
Reply With Quote #1

Please help!
No Starting ???
Code:
#include <amxmodx>
#include <orpheu>
#include <orpheu_stocks>

#define PLUGIN "ClientCommand"
#define VERSION "0.1"
#define AUTHOR "author"

new g_pGameRules
public OnInstallGameRules() g_pGameRules = OrpheuGetReturn() 

public plugin_init(){
 OrpheuRegisterHook(OrpheuGetFunction("InstallGameRules"), "OnInstallGameRules", OrpheuHookPost)
 OrpheuRegisterHookFromObject(g_pGameRules, "ClientCommand", "CGameRules", "ClientCommand") 
}

public ClientCommand(arg,id){
 server_print("%s | %d id: %d",arg,arg,id);
}
loginadmin is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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