[FS] AFK Systeem [FIXED] -
Frikandel - 10.05.2009
Commands:
/afk - Make your afk.
/back - Make your not afk.
/afklist - Type this and you can see who afk is.
Orginal AFK Systeem by BlackBank3
Orginal Script
Download :
.AMX:
Solidfiles
Filebin
.PWN:
Solidfiles
Pastebin
Код:
the /afk work now fine
Re: [FS] AFK Systeem [FIXED] -
RyDeR` - 10.05.2009
Quote:
Originally Posted by //Steef v Trigt,,
|
Huh
Why do you take an AFK sistem from anybody else?
Re: [FS] AFK Systeem [FIXED] -
Frikandel - 10.05.2009
By BlankBank3 aka Joris
him AFK SYSTEEM is good but him /afk is bugged
so i fix it
Re: [FS] AFK Systeem [FIXED] -
YamahaYZ - 11.05.2009
Make AFK system without commands...I mean when player doesn't move it adds to his nick [AFK]YamahaYZ
that would be much simpler...
Re: [FS] AFK Systeem [FIXED] -
[HiC]TheKiller - 11.05.2009
Quote:
Originally Posted by YamahaYZ
Make AFK system without commands...I mean when player doesn't move it adds to his nick [AFK]YamahaYZ that would be much simpler...
|
This would be easy but it could cause problems with the name tag. Lets say someone purposely logs on as [AFK]LOL and his friend logs on as LOL and is AFK there will be some crashing. Otherwise it is easy.
Re: [FS] AFK Systeem [FIXED] -
@TheShadow@ - 11.05.2009
yep killer is right^^
btw: uh your english is really not good....
Re: [FS] AFK Systeem [FIXED] -
smoker08 - 11.05.2009
well when the player is afk simply get the playername, then when his back setplayername again..
Re: [FS] AFK Systeem [FIXED] -
[HiC]TheKiller - 11.05.2009
Quote:
Originally Posted by AF1-4-LIFE
well when the player is afk simply get the playername, then when his back setplayername again..
|
Yes that would be helpful but you would need a blocker so nobody could come on with the tag [AFK] otherwise there will be crashes.
Re: [FS] AFK Systeem [FIXED] -
smoker08 - 12.05.2009
Quote:
Originally Posted by [HiC
TheKiller ]
Quote:
Originally Posted by AF1-4-LIFE
well when the player is afk simply get the playername, then when his back setplayername again..
|
Yes that would be helpful but you would need a blocker so nobody could come on with the tag [AFK] otherwise there will be crashes.
|
Yea i know what you mean lol
Re: [FS] AFK Systeem [FIXED] -
YamahaYZ - 12.05.2009
Quote:
Originally Posted by [HiC
TheKiller ]
Quote:
Originally Posted by YamahaYZ
Make AFK system without commands...I mean when player doesn't move it adds to his nick [AFK]YamahaYZ that would be much simpler...
|
This would be easy but it could cause problems with the name tag. Lets say someone purposely logs on as [AFK]LOL and his friend logs on as LOL and is AFK there will be some crashing. Otherwise it is easy.
|
ok.What function would be good to check if player dont move? I'll try make that...
Re: [FS] AFK Systeem [FIXED] -
[HiC]TheKiller - 12.05.2009
Quote:
Originally Posted by YamahaYZ
Quote:
Originally Posted by [HiC
TheKiller ]
Quote:
Originally Posted by YamahaYZ
Make AFK system without commands...I mean when player doesn't move it adds to his nick [AFK]YamahaYZ that would be much simpler...
|
This would be easy but it could cause problems with the name tag. Lets say someone purposely logs on as [AFK]LOL and his friend logs on as LOL and is AFK there will be some crashing. Otherwise it is easy.
|
ok.What function would be good to check if player dont move? I'll try make that...
|
Make your own function like IsPlayerMoved(playerid) using 6 variables, Float:XPrevious, Float:YPrevious, Float:ZPrevious, Float:NewZ, Float:NewY, Float:NewX
I would make it but I really am to tired now.