31.08.2012, 19:11
Anyone know Auto Antifall off bike. That automatically put's you in your current bike when you fell?
new mode = 0;
CMD:antifall(playerid, params[]) {
mode = !mode;
return SendClientMessage(playerid, -1, "Toggled");
}
public OnPlayerStateChange(playerid, newstate, oldstate) {
if(oldstate == PLAYER_STATE_DRIVER && wasOnBike && mode) {
//PutPlayerInVehicle
}
}
lol sorry i copied a wrong thread
this , https://sampforum.blast.hk/showthread.php?tid=33245 |