PHP- Kodu:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#define PLUGIN "Advanced Reset"
#define VERSION "1.0"
#define AUTHOR "Pikachu"
new gDeath
public plugin_init() {
register_plugin("Advanced Reset", "1.0", "Pikachu")
gDeath = register_cvar("enazolum_sayisi","1")
register_clcmd("say /areset","adreset")
}
public adreset(id) {
if(cs_get_user_deaths < get_pcvar_num(gDeath))
client_print(id,print_center,"Olum Sayin Zaten 0")
return PLUGIN_HANDLED
}
else
client_print(id,print_center,"Olum Sayiniz Sifirlandi")
cs_set_user_deaths(0)
return PLUGIN_HANDLED
}
PHP- Kodu:
adreset.sma(24) : error 076: syntax error in the expression, or invalid function call
adreset.sma(28) : error 010: invalid function or declaration
adreset.sma(31) : error 010: invalid function or declaration
Bu arada amacım sadece ölüm sayısını sıfırlamak, biraz farklılık olsun istedim 
NOT: %95 elle yazdım. -zaten bellidir-