Orpheu error!
I am need some help, this script dont working!
Code:
and log: L 09/24/2012 - 14:16:45: [ORPHEU] Invalid memory structure "SV_CountPlayers" L 09/24/2012 - 14:16:45: [AMXX] Displaying debug trace (plugin "teszt.amxx") L 09/24/2012 - 14:16:45: [AMXX] Run time error 10: native error (native "OrpheuMemoryGetAtAddress") L 09/24/2012 - 14:16:45: [AMXX] [0] teszt.sma::plugin_precache (line 24) |
Re: Orpheu error!
Tried myself fastly and you will have to use Rage because Orpheu doesn't support value passed by reference.
|
Re: Orpheu error!
I am probaly, and found this:
Code:
Log: [RAGE] Function "SV_CountPlayers" not found in rage rage errors: <TAB>The file for the function 'SV_CountPlayers' has an invalid structure |
Re: Orpheu error!
For the second time, this function DOES NOT return a value. The count is passed by reference. Forget about Orpheu, you have to do it with Rage. (So, making an handle Void__Int-ptr)
|
Re: Orpheu error!
Quote:
|
Re: Orpheu error!
2 Attachment(s)
Unzip *-BIN.zip in /addons.
Example : Code:
|
Re: Orpheu error!
Okey, worked, and how to change current count?
|
Re: Orpheu error!
Hooking pre + RageSetParam + supercede.
|
Re: Orpheu error!
Okey, hook completed, the hook:
RageSetParam(11); return RageHookSupercede; -> warning 213: tag mismatch And log: L 09/25/2012 - 18:23:07: [RAGE HANDLER] Parameter out of range L 09/25/2012 - 18:23:07: [AMXX] Displaying debug trace (plugin "teszt.amxx") L 09/25/2012 - 18:23:07: [AMXX] Run time error 10: native error (native "RageSetParam") L 09/25/2012 - 18:23:07: [AMXX] [0] teszt.sma::OnSV_CountPlayers (line 17) |
Re: Orpheu error!
...
Seriously, do some effort. Look at the function header before trying randomly. |
| All times are GMT -4. The time now is 08:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.