SA-MP Forums Archive
underwater car bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: underwater car bug (/showthread.php?tid=105060)



underwater car bug - c-middia - 27.10.2009

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.


Re: underwater car bug - Luka P. - 27.10.2009

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.



Re: underwater car bug - c-middia - 27.10.2009

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


Re: underwater car bug - NeRoSiS - 27.10.2009

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.


Re: underwater car bug - c-middia - 27.10.2009

no you are frozen in place ....


Re: underwater car bug - Augustinas - 28.10.2009

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


Re: underwater car bug - c-middia - 28.10.2009

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


Re: underwater car bug - Andom - 28.10.2009

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


Re: underwater car bug - NeRoSiS - 28.10.2009

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.