lil question
#1

how do i disable driver side drive by on bike and car?
Reply
#2

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        SetPlayerArmedWeapon(playerid, 0);
    }
    return true;
}
Reply
#3

thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)