Textdraw strange
#7

pawn Код:
stock GetPlayerSpeed(playerid)
{
    new Float:x, Float:y, Float:z, Float:rst;
    if(IsPlayerInAnyVehicle(playerid))
    {
        GetVehicleVelocity(GetPlayerVehicleID(playerid), x, y, z);
    }
    else
    {
        GetPlayerVelocity(playerid, x, y, z);
    }
    rst = ((x*x) + (y*y));
    return floatround(rst * 200, floatround_round);
}
Reply


Messages In This Thread
Textdraw strange - by Criss_Angel - 24.02.2011, 16:43
Re: Textdraw strange - by LZLo - 24.02.2011, 17:45
Re: Textdraw strange - by Criss_Angel - 25.02.2011, 16:32
Re: Textdraw strange - by Finn - 25.02.2011, 16:35
Re: Textdraw strange - by Criss_Angel - 25.02.2011, 16:44
Re: Textdraw strange - by Criss_Angel - 26.02.2011, 12:15
Re: Textdraw strange - by MadeMan - 26.02.2011, 12:38
Re: Textdraw strange - by Criss_Angel - 16.03.2011, 14:56

Forum Jump:


Users browsing this thread: 2 Guest(s)