Need anti bike bhop fs
#1

Can someone make or help me make fs for preventing players from bhopping with bike? Realy want to add bikes to my server, but it's non rp because they would just keep going over walls and that kind of stuff :3
Reply
#2

how can they bunny hop with bike? are you talking about the BMX?

Here you can use this https://sampforum.blast.hk/showthread.php?tid=298326
+rep if i helped
Reply
#3

Damn xD In my language it's the same thing xD I mean BMX xD I allready have this one, but it doesn't stop bhoping with BMX :3
Reply
#4

ok i will check for more
Reply
#5

Use This

pawn Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_FIRE)
    {
        new vid = GetPlayerVehicleID(playerid);
        if(GetVehicleModel(vid) == 510)
        {
            SetVehicleVelocity(vid,0.0,0.0,0.0);
                SendClientMessage(playerid,0xFFFFFFFF,"Jumping is not allowed!");
    }
    return 1;
}
+rep if i helped
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)