[FilterScript] Simple Afk System
#1

Hello I Have Decided To Release One Of My Afk Scripts Its Pretty Simple i hope you like it i will tell u the commands Now
___
/afk
___
/brb
___
/back
___
/afkplayers

Heres The PasteBin Link!

http://pastebin.com/f96A6YyR
Reply
#2

Edited The Script
Reply
#3

Good for begginers, Just a suggestion, when making a filterscript, try to be serious...
pawn Код:
SendClientMessage(playerid, COLOR_RED, "ERROR: Ur Aready Afk/And or Brb")
Change it to...
pawn Код:
SendClientMessage(playerid, COLOR_RED, "ERROR: You are aleady Away from Keyboards and/or Be right back")
Good to start, keep practicing.
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=249559

lol you copy it from mine
Reply
#5

Quote:
Originally Posted by serman
Посмотреть сообщение
lol @ this. Stop stealing scripts!
Reply
#6

Um i didnt steal this script from you ive had this script for like a year
Reply
#7

Lies. Stop stealing scripts. -_-, learn to make your own! Dont be such a troll. Its quite easy to make a /afk system.
Reply
#8

Nice but
Код:
#
if (count == 0)
#
                {
#
                SendClientMessage(playerid, COLOR_RED, "NoOne Is Afk or Brb");
#
                }
#
                SendClientMessage(playerid, COLOR_WHITE, "-=---=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=");
#
                return 1;
delete NoNe and add "%s is afk "%s is brb "%s is back

Something like that
Код:
#
TogglePlayerControllable(playerid,0);
#
        new away[MAX_PLAYER_NAME];
#
        GetPlayerName(playerid, away, MAX_PLAYER_NAME);
#
        format(string, sizeof(string), "%s is AFK!", away);
#
        GameTextForAll(string, 4000, 6);
#
        return 1;
#
        }
Edit* I saw every one is says u steal it and i thing you rely change it and steal it
Edit* rate 0/10
Reply
#9

Quote:
Originally Posted by Odyssey
Посмотреть сообщение
Lies. Stop stealing scripts. -_-, learn to make your own! Dont be such a troll. Its quite easy to make a /afk system.
oh yeah I just got the same system with /afkplayers

0/0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)