CSPLague
Ct nin hpsi - Printable Version

+- CSPLague (https://www.csplague.com)
+-- Forum: CS 1.6 Plugin (Eklenti) Bölümü (https://www.csplague.com/forumdisplay.php?fid=6)
+--- Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü (https://www.csplague.com/forumdisplay.php?fid=80)
+---- Forum: Çözülmüş İstekler (https://www.csplague.com/forumdisplay.php?fid=87)
+---- Thread: Ct nin hpsi (/showthread.php?tid=8741)



Ct nin hpsi - cleanboy - 17-10-13

Ctnin başlangıc hpsını 250 olucak bır plugın yaparmısınız.


Cevap: Ct nin hpsi - peNgueN - 17-10-13

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <hamsandwich>
#include <fun>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHamHam_Spawn"player""fwd_spawn");
}

public 
fwd_spawnid )
{
    if( 
get_user_teamid ) == )
    {
        if( 
is_user_aliveid ) )
            
set_user_healthid250 );
    }




Cevap: Ct nin hpsi - akcaliberkk - 28-10-13

Çözülmüş İsteklere taşındı.