12.02.2014, 19:21
dini_Float(string, PlayerToyInfo[playerid][v][ptPosX]);
All positions should be Floats not strings. It's defined as Float, you can't load Floats from string "Texts" I think .. Just try floats instead
All positions should be Floats not strings. It's defined as Float, you can't load Floats from string "Texts" I think .. Just try floats instead
pawn Код:
new Float:Posx or whatever ..