Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Allahu Akbar by LogicalLogistics, v1
- local allahu = {}
- function allahu.tick(local playerID - PLAYER.PLAYER_ID()
- local currentVehicle = PED.GET_VEHICLE_PED_IS_USING(playerID)
- local vehicleSpeed = ENTITY.GET_ENTITY_SPEED(currentVehicle)
- local player = PLAYER.GET_PLAYER_PED(playerID)
- local playerPedID = PLAYER.PLAYER_PED_ID(player)
- if get_key_pressed(46) then
- PLAYER.SET_PLAYER_INVINCIBLE(player, true)
- wait(1)
- VEHICLE.EXPLODE_VEHICLE(currentVehicle)
- wait(3)
- PLAYER.SET_PLAYER_INVINCIBLE(player, false)
- PLAYER.SET_PLAYER_WANTED_LEVEL(player, 3, true)
- end
- end);
- return allahu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement