how i do it in samp
#1

hi guys i want do in samp load marker from .mta corona and do it how on video
https://www.youtube.com/watch?v=ZxA866rMHsQ
please help me
Reply
#2

What do you want to do?

The pickup?
The automatic jump?
...what?!
Reply
#3

automatic jump
after loaded map dd/dm
Reply
#4

Quote:
Originally Posted by Kuroki
Посмотреть сообщение
automatic jump
You can do it with SetVehicleVelocity

Here you have an example:

Код:
//OnPlayerEnterPickup
new Float:p[3],v=GetPlayerVehicleID(playerid);
GetVehicleVelocity(v,p[0],p[1],p[2]);
SetVehicleVelocity(v,p[0],p[1],p[2]+2.0);
Greekz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)