Jump to content

Recommended Posts

Posted

Am fakut un script cu AFK si mam gandit sa- postez :)

FS este fakut 100% de mn :))lam fakut fara sa vreau incercand sal ajut pe unu din discuti scripting cu AFKsystem :))

Cred ca cam in 15 minute a fost gata sau 10 ..

Doua comnezi /afk /back o sa revin cu un edit cand  o sa fak si /afklist

adik cine e pe afk va asigur ca fs e fakut de mn...cine nu ma crede sa fie sanatos :))]

PasteBin:

http://pawno.sa-mp.ro/pastebin.php?show=8285

Old Version

Downloads

http://www.mediafire.com/download.php?6hk54ci6zm1c6lq

new version with Update of on media fire

Nou edit akum comanda /afk are un update ce update?

daka playerul sta mai mult de 5 min pe afk primeste kick

Ce va trebuie?:

includele <Colors>

care il luati de aici:

http://www.xerom-zone.ro/index.php?action=include

Cum il instalti?

Bagati AFK.pwn si .amx in filterscript din sv vostru

intrati in server.cfg

adaugati AFK

si deschideti sv;)

daca alegeti varita in pastebin:

creati un nouw fisier pwn.

copiati tot din scriptul postat de mn

dati F5 iesiti din el

intrati in server.cfg

adaugati AFK la filterscript

si gt

Daka vreti sa stiti fs e fakat de mn ca eu nam curaj ca alti sa pun pe net ceva ce nui fakat de mine +ca nu-si are rostu +ca mai primesc si warn de la moderatori :))/admini si am deja 2 warnings :(( nu vreau sal primesc si pe al 3-lea ca imi iau adio de la comunitate :(((

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

Guest RockStar
Posted

Inca un system de afk ? :))

Oricum bv .

Posted

ms :)) dar mai erau?...aa da am mai vazut vreo 2...:))

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

Posted

Bravo! 5/5!

[glow=green,2,300][sUGGESTION][/glow]

Fa un update is cu Auto-AFK, si kick dupa 10 min. sau ceva de genu

;)

Sau AFK pe timp ( ex: /afkd [secs] )

142sj0l.png

Underground-GFX

Posted

Bravo! 5/5!

[glow=green,2,300][sUGGESTION][/glow]

Fa un update is cu Auto-AFK, si kick dupa 10 min. sau ceva de genu

;)

Sau AFK pe timp ( ex: /afkd [secs] )

interesant o sa incerc;)

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

Posted

daka vrei afk pe timp adik dupa 10 min kick

fa asa

adauga la /afk asta

if(AFK[playerid]=1)
{
SetTimer("PreaMTAFK",432000000,0);
}
else
{
}
si public
public PreaMTAFK()
{
for(new i;i <MAX_PLAYERS;i++)
{
new nume[131];
Kick(i);
GetPlayerName(i,nume,sizeof(nume));
new preamtafk[132];
format(preamtafk,sizeof(preamtafk,"%s a Primit kick pentru ca astat prea mult pe /afk",nume);
SendClientMessageToAll(COLOR_RED,preamtafk);
}
}

:)) .....cand esti bun ...esti bun :))

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

Posted

TheBoss" post="59559" timestamp="1299598550"]

daka vrei afk pe timp adik dupa 10 min kick

fa asa

adauga la /afk asta

if(AFK[playerid]=1;)
{
SetTimer("PreaMTAFK",432000000,0);
}
else
{
}
si public
public PreaMTAFK()
{
for(new i;i <MAX_PLAYERS;i++)
{
new nume[131];
Kick(i);
GetPlayerName(playerid,nume,sizeof(nume));
new preamtafk[132];
format(preamtafk,sizeof(preamtafk,"%s a Primit kick pentru ca astat prea mult pe /afk",nume);
SendClientMessageToAll(COLOR_RED,preamtafk);
}
}
:)) .....cand esti bun ...esti bun :))
Nu am eu nevoie =))) Era o sugestie la FS tau ;) Si trebuia sa fie:
new AFKKICK[MAX_PLAYERS];
if(AFK[playerid]== 0)
{
AFK[playerid]= 1;
AFKKICK[playerid] = SetTimer("PreaMTAFK",432000000,0);
}
else
{
KillTimer(AFKKICK[playerid]);
AFK[playerid]= 0;
}

142sj0l.png

Underground-GFX

Posted

ba ..io am fakut asta pentru kick ....adik

ce am fakut eu verifica daka este pe /afk si daka este porneste un timer ...in 5 min iar daka playerul este inka pe /afk ii da kick..

am fakut bine cum am zis ...cred...:)) nici nam verifikat :))...am scris si in acelasi timp ma uitam la tv :))

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.