Jump to content

[QUESTION]Bullet Time in GTA?


irinel1996

Recommended Posts

Hi!

This time I've had a crazy idea, but I don't know if possible to make.

I want to know if possible make a script to slow time, like in Matrix films, to dodge bullets, etc...

It would be really nice, and awesome. :shock:

_____________

Well that was my crazy question. xD

Good luck all, and thanks for your answers!

Atte. irinel1996

Link to comment
--server 
setGameSpeed ( 0.2 ) 
triggerClientEvent ( getPlayerFromName ( "irinel" ) , "speedGame" , getPlayerFromName ( "irinel" ) ) 
  
--client 
addEvent ( "speedGame",true) 
addEventHandler("speedGame",root, 
function() 
setGameSpeed ( 1 ) 
end) 

Just an example, will need edit of course.

Link to comment
"Slow-mo" won't work, since then it would look extremely weird on all other players and it would be immensely unfair.

Other players should see me moving VERY fast, I guess...

And I think it is possible in multiplayer games, I saw it in NFS World. But maybe in GTA it's not... :roll:

rofl. do you have any kind of logic?

sigd.

Link to comment

whats kind of logic is that?

theres no computer in the world that can warp time(unless it feeds drugs to you), so how you can see something faster then other players see it, while keeping ping/delay low and remaining interaction?

PS: you both made my day, too bad its evening.

Link to comment
whats kind of logic is that?

theres no computer in the world that can warp time(unless it feeds drugs to you), so how you can see something faster then other players see it, while keeping ping/delay low and remaining interaction?

PS: you both made my day, too bad its evening.

Good, now delete my commentary of your signature. OK? :x

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...