#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#define PLUGIN "redbull"
#define VERSION "1.0"
#define AUTHOR "Mistrzunio1916"
new redbull
public plugin_init()
{
register_plugin(PLUGIN,VERSION,AUTHOR)
register_cvar("redbull", "4000"
register_clcmd("say /redbull","redbull")
}
public redbull(id)
{
if(!is_user_alive(id) ) {
client_print(id, print_chat, "[Zmiana HP] Nie mozesz kupic hp bo jestes martwy ziom;]"
return PLUGIN_HANDLED
}
if(get_user_health(id)>=150) {
client_print(id, print_chat, "[Zmiana HP] Juz skorzystales z tej uslugi ziomus, wiecej juz nie mozesz"
return PLUGIN_HANDLED
set_user_health(id, 100)
cs_set_user_money(id, cs_get_user_money(id)-get_pcvar_num(redbull))
}
}
Wyskakuję mi taki błądhttp://zapodaj.net/f...a2bc35.bmp.html
Pomożę ktoś ?


Dodatki SourceMod












