Drive-by Deagle
#1

Hey guys i was currently looking how to remove Drive-by Deagles if you know how leave me a Feedback
Reply
#2

pawn Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_PASSENGER)
    {
        new wep = GetPlayerWeapon(playerid);
        switch(wep)
        {
            case 24:
            {
                SetPlayerArmedWeapon(playerid, 0);
            }
        }
    }
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)