how to disable gun in a vehicle
#1

as the topic only tells you all things
like MP5 that can be used in bikes as well in cars. i want to disable it
please help
Reply
#2

use OnPlayerStateChange

Try this

pawn Код:
if (newstate == PLAYER_STATE_DRIVER)
{
    SetPlayerArmedWeapon(playerid, 0);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)