[FilterScript] [FS] Afk System
#1

DELITED
Reply
#2

very simple and nice, thanks :P
Reply
#3

No Problem
Reply
#4

It Nice I Aint Using It Me [XTC]Man
Reply
#5

Simple and nice work
Reply
#6

What's the difference between /brb and /afk?
Also, you don't need to do this:
pawn Код:
format(string, sizeof(string), "You Have sent A Message To all That Ur AFK");
SendClientMessage(playerid,COLOR_YELLOW, string);
Do this instead:
pawn Код:
SendClientMessage(playerid,COLOR_YELLOW, "You Have sent A Message To all That Ur AFK");
Reply
#7

/facepalm

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
What's the difference between /brb and /afk?
Also, you don't need to do this:
pawn Код:
format(string, sizeof(string), "You Have sent A Message To all That Ur AFK");
SendClientMessage(playerid,COLOR_YELLOW, string);
Do this instead:
pawn Код:
SendClientMessage(playerid,COLOR_YELLOW, "You Have sent A Message To all That Ur AFK");
Yes, the script has many flaws in it and it should not be released as it can't be used.

pawn Код:
format(string, sizeof(string), "%s(%d) Is Now AFK (Away From Keyboard)", pName);
Is just dumb.

Change the string[48] to string[128].
pawn Код:
format(string, sizeof(string), "%s(%d) is now AFK (Away From Keyboard)", pName, playerid);
Reply
#8

nice
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)