13.02.2013, 21:48
how to off player weapon on pessenger seat i wan player can't shoot with dealge on pessenger seat and when he out of car and then they got back deagle.
if(newstate == PLAYER_STATE_PASSENGER && GetPlayerWeapon(playerid) == 24)
{
SendClientMessage(playerid,-1,"Don't use deagle as passenger, dumb");
SetPlayerArmedWeapon(playerid,0);
}