@@ -57,8 +57,6 @@ <h2 id="extrafeatures">Extra features</h2>
57
57
< li > < a href ="#pwn_GetPlayerClothes "> GetPlayerClothes</ a > </ li >
58
58
< li > < a href ="#pwn_RemovePlayerClothes "> RemovePlayerClothes</ a > </ li >
59
59
< li > < a href ="#pwn_ShowPlayerMarker "> ShowPlayerMarker</ a > </ li >
60
- < li > < a href ="#pwn_GetVehicleVelocity "> GetVehicleVelocity</ a > </ li >
61
- < li > < a href ="#pwn_SetVehicleVelocity "> SetVehicleVelocity</ a > </ li >
62
60
< li > < a href ="#pwn_SetVehicleModel "> SetVehicleModel</ a > </ li >
63
61
</ ul >
64
62
</ li >
@@ -180,14 +178,6 @@ <h3 id="pwn_ShowPlayerMarker">ShowPlayerMarker</h3>
180
178
< code class ="block " lang ="pawn "> < span class ="kw1 "> native</ span > ShowPlayerMarker < span class ="br "> (</ span > playerid, show < span class ="br "> )</ span > ;</ code >
181
179
< p > Shows or hides the blip of one specific player.</ p >
182
180
183
- < h3 id ="pwn_GetVehicleVelocity "> GetVehicleVelocity</ h3 >
184
- < code class ="block " lang ="pawn "> < span class ="kw1 "> native</ span > GetVehicleVelocity < span class ="br "> (</ span > vehicleid, &< span class ="type "> Float</ span > :vx, &< span class ="type "> Float</ span > :vy, &< span class ="type "> Float</ span > :vz < span class ="br "> )</ span > ;</ code >
185
- < p > Returns the velocity of a vehicle along the x, y and z axes. No more manual speed calculation with timers.</ p >
186
-
187
- < h3 id ="pwn_SetVehicleVelocity "> SetVehicleVelocity</ h3 >
188
- < code class ="block " lang ="pawn "> < span class ="kw1 "> native</ span > SetVehicleVelocity < span class ="br "> (</ span > vehicleid, < span class ="type "> Float</ span > :vx, < span class ="type "> Float</ span > :vy, < span class ="type "> Float</ span > :vz < span class ="br "> )</ span > ;</ code >
189
- < p > Sets the velocity of a vehicle. Make it jump or suddenly come to a halt.</ p >
190
-
191
181
< h3 id ="pwn_SetVehicleModel "> SetVehicleModel</ h3 >
192
182
< code class ="block " lang ="pawn "> < span class ="kw1 "> native</ span > SetVehicleModel < span class ="br "> (</ span > vehicleid, model < span class ="br "> )</ span > </ code >
193
183
< p > Changes the model of a vehicle; more practical than destroying and recreating it.</ p >
0 commit comments