[Tutorial] How to make AFK system
#8

Quote:
Originally Posted by Blackazur
View Post
@Rimmon

He explained the steps.
Not good enough , i don't think a newbie will be able to make a afk system alone , he will probably copy these codes and done
If he make a tutorial , he must explain every function ,
Why he must do this , etc..
And this is weird
Code:
if( health < 100 )//player health is less than 100
        {
            SendClientMessage(playerid, //The color you like comment end\\,"You haven't enough health");
            return 1;
        }
Why, if the player have less then 100 health he can't use /afk command ?
And this weird too
Code:
if( health > 100 )
The player can't use afk command if he have 100 hp , he must have 101 health or bigger if he wanna use afk command
Whatever , i don't wanna be rude
Reply


Messages In This Thread
How to make AFK system - by BlackHorse - 11.05.2013, 07:48
Re: How to make AFK system - by Giroud12 - 11.05.2013, 08:28
Re : Re: How to make AFK system - by Rayan_black - 11.05.2013, 09:43
Re: How to make AFK system - by Rimmon - 14.05.2013, 16:05
AW: How to make AFK system - by Blackazur - 14.05.2013, 16:08
Re: How to make AFK system - by Scenario - 14.05.2013, 16:38
Re : Re: How to make AFK system - by Rayan_black - 14.05.2013, 16:54
Re: AW: How to make AFK system - by Rimmon - 15.05.2013, 11:23

Forum Jump:


Users browsing this thread: 2 Guest(s)