14.07.2011, 20:48
Basically for my set gravity command I need to be able to set the gravity to 0.008. How would I do this on Sscanf would it be 4 "d"s?
if(sscanf(params, "f", params[0])) return SendClientMessage(playerid, -1, "Error! The parameter must be a float. (IE: /setgravity 0.0008");