[FilterScript] [FS]Simple Anti Driveby Script With Menu
#6

Code:
OnPlayerStateChange(playerid, newstate, oldstate) {
    if(newstate == PLAYER_STATE_DRIVER) {
        SetPlayerArmedWeapon(playerid, 0);
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)