26.05.2012, 18:00
Hello, I have a little question about Float. So for example: PlayerInfo[playerid][pTest] is registered as Float and how to write the code to check if the float - PlayerInfo[playerid][pTest] is equal to 0.0 ?
Maybe like that:
if(PlayerInfo[playerid][pTest] == 0.0)
Or the code for Float is different?
Another question: If I make a Float, but I have already registereted accounts in my server, when the player login into the server how much will be his Float, 0 or 0.0 ?
Sorry for my bad english.
Maybe like that:
if(PlayerInfo[playerid][pTest] == 0.0)
Or the code for Float is different?
Another question: If I make a Float, but I have already registereted accounts in my server, when the player login into the server how much will be his Float, 0 or 0.0 ?
Sorry for my bad english.