View Single Post
humptee
Junior Member
Join Date: Jul 2020
Old 07-18-2020 , 22:35   Re: Native not bound. | SquareRoot
Reply With Quote #7

Which online compiler are you using maybe its just this one.

My actual runtime command i have testing this I have:
Code:
    float f = SquareRoot(25);
    PrintToChat(client, "%f", f);
    return Plugin_Handled;
This returns 0.

To me this makes 0 sense so I have no clue.
humptee is offline