[solved]nodamage filterscript doesnt work
#1

Код:
#define FILTERSCRIPT

#include <a_samp>

forward myTimer();

public OnFilterScriptInit()
{
  SetTimer("myTimer", 5000, true);
  return true;
}

public myTimer()
{
  new playerid;
 	RepairVehicle(GetPlayerVehicleID(playerid));
 	GivePlayerMoney(playerid, 500);
  return true;
}
i have made this script to give the cars infinite healt..
it worked until i added the code to give the player 500 money every 5 seconds...

now im trying to get my old script back to work but everything i tryed didnt help...

do you guys have any tips?
Reply


Messages In This Thread
[solved]nodamage filterscript doesnt work - by killertrain - 21.06.2010, 17:02
Re: nodamage filterscript doesnt work - by iggy1 - 21.06.2010, 17:05
Re: nodamage filterscript doesnt work - by killertrain - 21.06.2010, 17:06
Re: nodamage filterscript doesnt work - by iggy1 - 21.06.2010, 17:10
Re: nodamage filterscript doesnt work - by Hiddos - 21.06.2010, 17:13
Re: nodamage filterscript doesnt work - by killertrain - 21.06.2010, 17:15
Re: nodamage filterscript doesnt work - by iggy1 - 21.06.2010, 17:18
Re: nodamage filterscript doesnt work - by killertrain - 21.06.2010, 17:18
Re: nodamage filterscript doesnt work - by killertrain - 21.06.2010, 17:20
Re: [solved]nodamage filterscript doesnt work - by Niixie - 21.06.2010, 18:02

Forum Jump:


Users browsing this thread: 2 Guest(s)