CSPLague
[jb]hp - 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: [jb]hp (/showthread.php?tid=6814)



[jb]hp - mertcanen - 18-02-13

R Yetkisi olan adminler her el +150 hp yani 250 hp ile başlayacak yardımcı olursanız


Cevap: [jb]hp - akcaliberkk - 19-02-13

PHP Code:
#include <amxmisc>
#include <hamsandwich>
#include <fakemeta>

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


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Spawn,"player","hamPlayerSpawnPost",1)
}
public 
hamPlayerSpawnPost(id) {
    if(
access(id,ADMIN_LEVEL_F)) {
        
set_pev(id,pev_health,250.0)
    }




Cevap: [jb]hp - mertcanen - 19-02-13

Sağol berk eyw :=)


Cevap: [jb]hp - akcaliberkk - 19-02-13

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