[solved]nodamage filterscript doesnt work
#4

pawn Код:
#define FILTERSCRIPT

#include <a_samp>

forward myTimer(playerid);//playerid param

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

public myTimer(playerid)
{
  new playerid;
    RepairVehicle(GetPlayerVehicleID(playerid));
    GivePlayerMoney(playerid, 500);
  return true;
}
try that
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: 1 Guest(s)