Help, Shooting from a car as passenger.
#5

Okay, so i got this

Quote:

if(newstate == PLAYER_STATE_PASSENGER)
{
SetPlayerArmedWeapon(playerid,0);
}
if(newstate == PLAYER_STATE_PASSENGER)
{
if(newstate == PLAYER_STATE_PASSENGER)
{
new gun,tmp;
GetPlayerWeaponData(playerid,4,gun,tmp);
#pragma unused tmp
if(gun)SetPlayerArmedWeapon(playerid,gun);
else SetPlayerArmedWeapon(playerid,0);
}

What to change?
Reply


Messages In This Thread
Help, Shooting from a car as passenger. - by Kenzix - 18.03.2014, 19:25
Re: Help, Shooting from a car as passenger. - by Zhao - 18.03.2014, 19:33
Re: Help, Shooting from a car as passenger. - by Zeppo - 18.03.2014, 19:35
Re: Help, Shooting from a car as passenger. - by MP2 - 18.03.2014, 19:38
Re: Help, Shooting from a car as passenger. - by Kenzix - 18.03.2014, 19:39
Re: Help, Shooting from a car as passenger. - by MP2 - 18.03.2014, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)