Raised This Month: $ Target: $400
 0% 

Hook Orpheu Respawn


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
colossus
Member
Join Date: Sep 2013
Old 09-13-2013 , 01:49   Hook Orpheu Respawn
Reply With Quote #1

This code only job in the new round.

How could I use this code using a command to revive any player?

This code only works for me when new round, but not when I use for example hookea pev_deadflag ...

I would like to know how hookear to revive at any time of the round ...

Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <orpheu> #include <orpheu_stocks> #define PLUGIN "New Plug-In" #define VERSION "1.0" #define AUTHOR "colossus" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         // Add your code here...     OrpheuRegisterHook(OrpheuGetFunctionFromClass("player","Spawn","CBasePlayer"), "CBasePlayer_Spawn") } public CBasePlayer_Spawn(id) {     }
colossus 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 18:56.


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