Help with an error.
#1

C:\Users\okguy\Desktop\Stuff\Scripting\gamemodes\I-RP.pwn(2329 : error 017: undefined symbol
"floatrowund"

Lines:
pawn Код:
stock GetVehicleSpeed(vehicleid, get3d)
{
    new Float:x, Float:y, Float:z;
    GetVehicleVelocity(vehicleid, x, y, z);
    return SpeedCheck(x, y, z, 100.0, get3d); // this is line 23298
}
Why does it display floatround as floatrowund for me?
It compiled perfectly before.
Help would be much appriciated.
Reply
#2

Show us the SpeedCheck function. You probably had a typo and typed floatrowund instead of floatround inside the function.
Reply
#3

Oh, thank you very much, I had a typo in the #define.
Appriciated!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)