Raised This Month: $ Target: $400
 0% 

Orpheu error!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 09-24-2012 , 16:31   Re: Orpheu error!
Reply With Quote #7

Unzip *-BIN.zip in /addons.

Example :

Code:
#include <amxmodx> #include <rage> new RageFunc:HandleFuncCountPlayers; public plugin_init() {     register_concmd( "test", "ConsoleCommand_Test" );         HandleFuncCountPlayers = RageGetFunction( "SV_CountPlayers" ); } public ConsoleCommand_Test() {     new count;     RageCall( HandleFuncCountPlayers, count );         log_amx( "count = %d", count ); }
Attached Files
File Type: zip handler.Void__Int-ptr-SRC.zip (50.1 KB, 74 views)
File Type: zip SV_CountPlayers+handler.Void__Int-Ptr-BIN.zip (43.6 KB, 90 views)
__________________

Last edited by Arkshine; 09-25-2012 at 17:17.
Arkshine is offline
 



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 08:22.


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