noobish
Active member
- Joined
- Feb 16, 2014
- Messages
- 120
- Reaction score
- 0
Hello,
So this code basically does eject you from your vehicle fast. But I see it goes through the roof of the vehicle. Is it possible to make it exit fast from the vehicle driver seat door instead of roof of the vehicle? Thanks
So this code basically does eject you from your vehicle fast. But I see it goes through the roof of the vehicle. Is it possible to make it exit fast from the vehicle driver seat door instead of roof of the vehicle? Thanks
Code:
{$CLEO}
thread "instant-eject"
while true
wait 50
if and
00DF: $PLAYER_ACTOR
not SAMP.ChatInputOpened()
0AB0: 69
then
00A0: $PLAYER_ACTOR 4@ 5@ 6@
0362: $PLAYER_ACTOR 4@ 5@ 6@
end
end