Problem in YSI/y_ini user data
#6

Quote:
Originally Posted by rishabh
Посмотреть сообщение
Thanks for help and I will definitely use SHA256. Can I ask one little question?
I have stored a value in "PlayerInfo[playerid][pCar1posx]" like:-
PHP код:
PlayerInfo[playerid][pCar1posx] = 2440.2104
It gives warning: Tag mismatch. I know it is because I have not declared it as float. But when I changed "pCar1posx" to "Float: pCar1posx" under 'enum', then a new warning occoured on :-
PHP код:
INI_Int("Car1posx",PlayerInfo[playerid][pCar1posx]);  // under public LoadUser_data(playerid,name[],value[]) 
How to fix this??
Use INI_Float instead of INI_Int
Reply


Messages In This Thread
Problem in YSI/y_ini user data - by rishabh - 09.06.2016, 18:02
Re: Problem in YSI/y_ini user data - by Stinged - 09.06.2016, 18:19
Re: Problem in YSI/y_ini user data - by rishabh - 10.06.2016, 07:11
Re: Problem in YSI/y_ini user data - by Stinged - 10.06.2016, 07:30
Re: Problem in YSI/y_ini user data - by rishabh - 10.06.2016, 12:14
Re: Problem in YSI/y_ini user data - by Sime30 - 10.06.2016, 12:29

Forum Jump:


Users browsing this thread: 2 Guest(s)