Anti DB as Passanger
#3

I have this found it dont work why ?

Код:
public OnPlayerUpdate(playerid)
{
    if( IsPlayerInAnyVehicle(playerid) && GetPlayerWeapon(playerid) > 0 && !IsNormalWeapon(GetPlayerWeapon(playerid)) ) SetPlayerArmedWeapon(playerid, 0);
		return 1;
}
Код:
stock IsNormalWeapon(weaponid)
{
if(weaponid == 29) return 1;
return 0;
}
Reply


Messages In This Thread
Anti DB as Passanger - by SanAndreasVille - 23.01.2011, 21:21
Re: Anti DB as Passanger - by Marricio - 23.01.2011, 21:28
Re: Anti DB as Passanger - by SanAndreasVille - 23.01.2011, 21:36
Re: Anti DB as Passanger - by Jefff - 23.01.2011, 21:44
Re: Anti DB as Passanger - by Marricio - 23.01.2011, 21:47
Re: Anti DB as Passanger - by ricardo178 - 23.01.2011, 22:48

Forum Jump:


Users browsing this thread: 2 Guest(s)