[FilterScript] Anti Cheat
#10

You can do pickup weapons with this script.
Код:
#include <a_samp>

new Pickup;

public OnGameModeInit()
{
	Pickup = CreatePickup(339,2,0,0,0,0);
	return 1;
}

public OnPlayerPickUpPickup(playerid,pickupid)
{
	if(Pickup == pickupid) GiveWeapon(playerid,8,1);
	return 1;
}
Reply


Messages In This Thread
Anti Cheat - by Renchand1998 - 01.03.2013, 21:19
Re: Anti Cheat - by Alekseyka - 01.03.2013, 21:35
Re: Anti Cheat - by Renchand1998 - 01.03.2013, 21:37
Re: Anti Cheat - by Alekseyka - 01.03.2013, 21:38
Re: Anti Cheat - by Krisna - 02.03.2013, 01:51
Re: Anti Cheat - by SeV_ - 02.03.2013, 01:53
Re: Anti Cheat - by Renchand1998 - 02.03.2013, 10:33
Re: Anti Cheat - by YahyaBR - 03.03.2013, 08:59
Re: Anti Cheat - by NeyMar96 - 03.03.2013, 09:33
Re: Anti Cheat - by Renchand1998 - 03.03.2013, 12:59

Forum Jump:


Users browsing this thread: 3 Guest(s)