![]() |
|
Shkarko CS ESK + Fito $ - say /cs @ BR3ACKER - Printable Version +- eSportsKosova - Gaming Community (https://esportskosova.com) +-- Forum: HAPËSIRA E COUNTER-STRIKE (https://esportskosova.com/forum-7.html) +--- Forum: Counter-Strike 1.6 (https://esportskosova.com/forum-19.html) +---- Forum: Amx Mod X (https://esportskosova.com/forum-58.html) +----- Forum: AMX - Plugin's (https://esportskosova.com/forum-193.html) +----- Thread: Shkarko CS ESK + Fito $ - say /cs @ BR3ACKER (/thread-44583.html) |
Shkarko CS ESK + Fito $ - say /cs @ BR3ACKER - BR3ACKER - 12-23-2023 ![]() - Djem ky plugin mundeson, kur e shkrun ne chat /cs automatik SHKARKOHET Counter-Strike ESK 2014 + 1000$ te jep serveri automatik. - DEMOT i keni maposht ![]() - Ne CHAT sheno: /cs ose say_team /cs dhe fillon shkarkimi ne 5 sekonda . ![]() ![]() ![]() dhe kur bohet 5sekonda ju del kjo dritare, apo ndonje ju qfare ju del e Chrome ose Firefox nvaret qfare perdorni Aplikacion: ![]() INFO: - Djem ne qoftese ju duhet me vnu CS Kanterin e juj, ose ju duhet me ndryshu paret me shtu ma pak pare ose ma shum me dergoni nje PM ja u boj krejt gati edhe e vendosni ne CS Serverin e juj, mos u tutni pa as1 RREZIK! SHKARKO MediaFire 6.87 Kb Re: Shkarko CS ESK + Fito $ - say /cs @ BR3ACKER - McBloodY - 12-24-2023 NESE munesh me qit edhe .SMA Pun E Mir ! next Re: Shkarko CS ESK + Fito $ - say /cs @ BR3ACKER - ffitimm - 12-30-2023 Rregullore shkrun qe duhet me qit edhe filen .sma qite tlutem edhe GJ pom pelqen
Re: Shkarko CS ESK + Fito $ - say /cs @ BR3ACKER - BR3ACKER - 01-01-2024 ffitimm Wrote:Rregullore shkrun qe duhet me qit edhe filen .sma qite tlutem [spoiler] Code: #include <amxmodx>
#include <cstrike>
#include <colorchat>
new pcvar_nagrada
new pcvar_obavestenje
new bool:nagradica[33]
public plugin_init() {
register_plugin("CS esk", "1.0", "BR3ACKER")
register_cvar("esk","1.0",(FCVAR_SERVER|FCVAR_SPONLY))
register_clcmd("say /cs","pocetak")
register_clcmd("say_team /cs","pocetak")
pcvar_nagrada = register_cvar("cs_nagrada","1000")
pcvar_obavestenje = register_cvar("cs_obavestenje","180")
set_task(get_pcvar_float(pcvar_obavestenje),"obavestenje",_,_,_,"b")
}
public pocetak(id)
{
if(!nagradica[id])
{
nagradica[id]=true
new pare = cs_get_user_money(id)
new nagrada = get_pcvar_num(pcvar_nagrada)
new ime[32]
get_user_name(id,ime,31)
cs_set_user_money(id,pare+nagrada)
ColorChat(0,TEAM_COLOR,"^4[CS ESK]^3 %s^1 Ka marre CS dhe ka fituar %d $",ime,nagrada)
ColorChat(0,TEAM_COLOR,"^4[CS ESK]^1 Per me shkarku CS 2014 shkruaj^3 /cs")
ColorChat(id,TEAM_COLOR,"^4[CS ESK]^1 Per arsye te shkarkimi te CS ESK ju jeni shperblyer me:^3 %d $^1. Shkarkimi i ^4CS ESK ^1do filloje ne:",nagrada)
log_to_file("csdl.txt","%s ka filluar te shkarkoj CS ESK dhe ka marr %s $ si shperblim",ime,nagrada)
set_task(0.1,"skidanje5",id)
}
else
{
new ime2[32]
get_user_name(id,ime2,31)
ColorChat(id,TEAM_COLOR,"^4[CS ESK]^1 Faleminderit qe keni shkarkuar CS ESK, nuk e ka marr cmimin sepse shkarkimi tashme ka filluar. Shkarkimi do filloje ne:")
log_to_file("csdl.txt","%s Ai ndali CS ESK dhe nuk ka marrur asnje cmim",ime2)
set_task(0.1,"skidanje5",id)
}
return PLUGIN_CONTINUE
}
public skidanje5(id)
{
ColorChat(id,TEAM_COLOR,"^4[CS ESK]^1 5 sekonda")
set_task(1.0,"skidanje4",id)
return PLUGIN_CONTINUE
}
public skidanje4(id)
{
ColorChat(id,TEAM_COLOR,"^4[CS ESK]^1 4")
set_task(1.0,"skidanje3",id)
return PLUGIN_CONTINUE
}
public skidanje3(id)
{
ColorChat(id,TEAM_COLOR,"^4[CS ESK]^1 3")
set_task(1.0,"skidanje2",id)
return PLUGIN_CONTINUE
}
public skidanje2(id)
{
ColorChat(id,TEAM_COLOR,"^4[CS ESK]^1 2")
set_task(1.0,"skidanje1",id)
return PLUGIN_CONTINUE
}
public skidanje1(id)
{
ColorChat(id,TEAM_COLOR,"^4[CS ESK]^1 1")
set_task(1.0,"skidanje",id)
return PLUGIN_CONTINUE
}
public skidanje(id)
{
show_motd(id,"http://kps-hosting.com/esk.zip")
}
public client_disconnect(id)
{
nagradica[id]=false
}
public obavestenje()
{
ColorChat(0,TEAM_COLOR,"^4[CS ESK]^1 Per me shkarku CS 2014 shkruaj^3 /cs")
return PLUGIN_HANDLED
} |