- 0
Ajutor..
-
Similar Content
-
- 1 reply
- 212 views
-
- 3 replies
- 113 views
-
- 4 answers
- 220 views
-
- 3 replies
- 95 views
-
Mapping Ajutor
By Ronni,
- 12 replies
- 258 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
By Ronni,
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Iulian
if (!strcmp("/speedup", cmdtext))
{
if(IsPlayerInAnyVehicle(playerid))
{
new Float:X,Float:Y,Float:Z;
GetVehicleVelocity(GetPlayerVehicleID(playerid), X, Y, Z);
SetVehicleVelocity(GetPlayerVehicleID(playerid), X * 1.6, Y * 1.6, Z * 1.6);
}
return 1;
}
}
Vreau sa modific aceasta comanda.
Vreu sa o fac cand sunt intr-o masina ex cu id 400 si apas pe W sa faca aia cu SetVehicleVelocity.. ma ajutati?
Rate me
Link to comment
Share on other sites
7 answers to this question
Recommended Posts