Quote:
Originally Posted by ******
Why can't you just do:
Код:
return amx_ftoc(seed);
That way people can just do:
pawn Код:
new Float:rand = MRandFloatRange(10, 90);
|
I had originally tried that in version 2.0 yet it refused to work properly in pawn I would end up with a rather long integer instead when declaring it as a float and it would only return a float when declared as an int (go figure) which is why I had to change it as I needed it to be a float in pawn. It just caused me to scratch my head I thought just returning amx_ftoc would have worked.....
Quote:
Originally Posted by ******
Also, you have many files in the download which don't need to be included and will greatly reduce the size: - HelloWorld.vcproj.Giga-PC.Giga.user
- HelloWorld.vcproj.User-PC.User.user
- MerRandom.ncb
- MerRandom.suo (hidden file)
- .o and .a files
- The .lib files if you're also including their original source
- Release and Release-Linux directories
|
I left the .lib files for ease of convenience and the sources since I thought I should have left them in as per the rules of the forums. As for the rest of the rubbish yes that's my bad I should have cleaned the project folder out a bit better, I will upload a more tidy version when I get the chance.
P.s can I get a mod to change the title (just update the version info to 2.1 pleassssse)