2020-11-11, 06:05 PM
(2020-11-11, 05:40 PM)Pinch Wrote:
All seeing eye, please show us their includes!
...menacing...
Didn't work, can we know which function and which include?
Oh, I'm blind, 3DTryg
Which function tho?
Give us the (1846) from 3dTryg
Here is the line, Thanks for the help? :'D?
Code:
Tryg3D::Function:: Float:GetPlayerSpeed(playerid){//here
new Float:x,Float:y,Float:z;
GetPlayerVelocity(playerid,x,y,z);
return floatmul(VectorSize(x,y,z),PLAYER_SPEED_MULTIPLIER);
}