Jump to content

AFKsyst


[RSD]TheBoss

Recommended Posts

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...

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.