[FilterScript] Simple AFK System
#16

Quote:
Originally Posted by Agent Smith
Посмотреть сообщение
Nice idea but there are quite a few problems with this script in general:
pawn Код:
SetPlayerHealth(playerid,999999999);
SetVehicleHealth(vehicleid,9999999999);
GetPlayerHealth(playerid,OldHealth);
GetVehicleHealth(vehicleid,OldHealth);
What you are doing is setting the person health to 999999.. and then saving that health as 999999.. so that when the player gets back, you are setting the health back to 9999999.. again.

Also the OldHealth is a global variable, rather than a variable for every player so every time someone uses this command it will change the variable. Also you are using the SAME variable to store the health of the player AND the health of the vehicle.
When you Type /back it back your old health

pawn Код:
SetPlayerHealth(playerid,OldHealth);
        SetVehicleHealth(vehicleid,OldHealth);
before afk:http://imageshost.webs.com/apps/phot...toid=149462444

in afk:http://imageshost.webs.com/apps/phot...toid=149462445

back from afk:http://imageshost.webs.com/apps/phot...toid=149462446
Reply


Messages In This Thread
Simple AFK System - by misho1 - 09.02.2012, 01:06
Re: Simple AFK System - by Gravity4501 - 09.02.2012, 01:36
Re: Simple AFK System - by misho1 - 09.02.2012, 01:37
Re: Simple AFK System - by V_LOPE - 09.02.2012, 05:33
Re: Simple AFK System - by suhrab_mujeeb - 09.02.2012, 06:15
Re: Simple AFK System - by V_LOPE - 09.02.2012, 07:01
Re: Simple AFK System - by suhrab_mujeeb - 09.02.2012, 07:24
Re: Simple AFK System - by misho1 - 09.02.2012, 13:43
Re: Simple AFK System - by ryan39 - 09.02.2012, 22:35
Re: Simple AFK System - by misho1 - 10.02.2012, 00:46
Re: Simple AFK System - by lakshikagayal - 10.02.2012, 03:01
Re: Simple AFK System - by misho1 - 10.02.2012, 03:09
Re: Simple AFK System - by Zarky - 12.02.2012, 13:53
Re: Simple AFK System - by misho1 - 13.02.2012, 12:51
Re: Simple AFK System - by Agent Smith - 16.02.2012, 18:49
Re: Simple AFK System - by misho1 - 16.02.2012, 19:24
Re: Simple AFK System - by Henry_Martinez - 17.02.2012, 00:38
Re: Simple AFK System - by misho1 - 17.02.2012, 09:59
Re: Simple AFK System - by misho1 - 11.06.2012, 01:42
Re: Simple AFK System - by MoonCalF - 07.08.2012, 11:06
Re: Simple AFK System - by Waw - 07.08.2012, 14:33
Re: Simple AFK System - by misho1 - 08.08.2012, 17:25

Forum Jump:


Users browsing this thread: 6 Guest(s)