[FilterScript] [FS] Simple Advance "AFK" System
#1

Simple Advance

System
What is this?
This is a little AFK system made by pujan. This is my first released [FS] So don't expect much. I made this long ago to my gamemode and now it's released as filterscript. Have fun!

Features:
Код:
------------------------------------------------------------------------------
-List of AFK players
-No command spam
-Set players in afk mode to different virtual world until they are /back
------------------------------------------------------------------------------
Commands:
Код:
/afk  -  Inform players that you're in AFK mode. You will be set to a different virtual world so you won't get harmed by other players
/brb  -  Same as AFK
/back -  Set your virtual world to 0 (default). And inform other players that you are back.
/afklist -  Shows a list of players who typed /afk or /brb. Player's name who typed /back will be removed from the list.
Changelog:
Код:
-Changed virtual world to more numbers instead of 1 to make sure there's no screw-ups when you're using it with your gamemode.

Reply
#2

cool!
Reply
#3

1- The indentation is horrible.
2- You don't need "sendername" as a global variable.
  • It just weights down the script.
3- You don't need "string" as a global variable.
  • It just weights down the script.
4- "string" doesn't need to be 256 cells long.
  • Max for this type of script would be 128.
  • The max for this script itself would be 25.
5- Your creating more strings, leaving your global "string" basically unused.
6- All of your "str"s don't need to be 256 cells long.
7- AFK and BRB are the same thing.
  • You even use the same AFK error for AFK and BRB.
8- You take no consideration for those who use VirtualWorld's in their server.
  • Not everyone leaves it at 0.
And this is just an opinion-based thing, but this script doesn't actually do anything. It just displays a message.

Sorry for sounding like such an ass, but you can do better then this pujan.
Reply
#4

Quote:
Originally Posted by Zezombia
1- The indentation is horrible.
2- You don't need "sendername" as a global variable.
  • It just weights down the script.
3- You don't need "string" as a global variable.
  • It just weights down the script.
4- "string" doesn't need to be 256 cells long.
  • Max for this type of script would be 128.
  • The max for this script itself would be 25.
5- Your creating more strings, leaving your global "string" basically unused.
6- All of your "str"s don't need to be 256 cells long.
7- AFK and BRB are the same thing.
  • You even use the same AFK error for AFK and BRB.
8- You take no consideration for those who use VirtualWorld's in their server.
  • Not everyone leaves it at 0.
And this is just an opinion-based thing, but this script doesn't actually do anything. It just displays a message.

Sorry for sounding like such an ass, but you can do better then this pujan.
Ok, thanks for the supporting comment, but this script is still safe to use, true?
Reply
#5

Not if they use Virtual Worlds. Then their screwed.

None the less, the script Show Room is for showing off scripts, and letting people learn from what you've done.
Reply
#6

Also a pastebin link please.
Reply
#7

simple or advance? ><
Reply
#8

Quote:
Originally Posted by Rks_
Also a pastebin link please.
Pastebin:
http://pastebin.com/f30a357d6

Quote:
Originally Posted by Lidor Kalfa
simple or advance? ><
Simple. I think "advance" was just a "catchy" name.
Reply
#9

http://forum.sa-mp.com/index.php?topic=65899.0

*giggles*
Reply
#10

Quote:
Originally Posted by Mikep
So what?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)