underwater car bug
#1

if you push an unactivated car into the lake at pirates in mens pants then stand on the car you are frozen on top of the car, i used a saber in the test and was frozen every time i tryed this.
Reply
#2

I hope you have time to write the problem in details.
You wrote

"if you push an unactivated car into the lake at pirates in mens pants then stand on the car you are frozen on top of the car, i used a saber in the test and was frozen every time i tryed this. " // This is just one sentance?

And I do not understand you at all.
Reply
#3

Pirates in mens pants


A Saber unactivated in the lake


stuck on the car roof


check cash you see its still going up


hope this is easy for you to understand now
Reply
#4

This must be to do with the new vehicle surfing, can you run off the car? I found with vehicle surfing I could not run.
Reply
#5

no you are frozen in place ....
Reply
#6

You can drive underwater too. You need to spawn a car where you are in it already.
command e.g.:

pawn Код:
if(strcmp("/infernus", cmdtext, true, 10) == 0)
{
    new Car;
    new Float:X, Float:Y, Float:Z, Float:A;
    GetPlayerPos(playerid, X, Y, Z);
    GetPlayerFacingAngle(playerid, A);
    Car = CreateVehicle(411, X, Y, Z, A, 169, 169, -1);
    PutPlayerInVehicle(playerid, Car, 0);
    return 1;
}
When you are underwater user command /infernus and you can drive underwater!
good luck,
-Augustinas, Tik LT Serveris
Reply
#7

yes you can just tele a car to underwater and drive about or use the old car jack bug to walk under water XD
Reply
#8

Strange, i don't have pirates on my vehicle if i drive it into the water..
Reply
#9

Quote:
Originally Posted by Augustinas
You can drive underwater too. You need to spawn a car where you are in it already.
command e.g.:

pawn Код:
if(strcmp("/infernus", cmdtext, true, 10) == 0)
{
    new Car;
    new Float:X, Float:Y, Float:Z, Float:A;
    GetPlayerPos(playerid, X, Y, Z);
    GetPlayerFacingAngle(playerid, A);
    Car = CreateVehicle(411, X, Y, Z, A, 169, 169, -1);
    PutPlayerInVehicle(playerid, Car, 0);
    return 1;
}
When you are underwater user command /infernus and you can drive underwater!
good luck,
-Augustinas, Tik LT Serveris
You misunderstood the whole topic.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)