YINI Errors
#6

Quote:
Originally Posted by Dragonsaurus
Посмотреть сообщение
This does not make any sense, you are storing the positions inside variables and saving that whole thing... of course will give errors, try to remove the "= 1232.123123" things and recompile.
pawn Код:
INI_WriteFloat(File, "Spawn X",PlayerInfo[playerid][pSpawnX]);
INI_WriteFloat(File, "Spawn Y",PlayerInfo[playerid][pSpawnY]);
INI_WriteFloat(File, "Spawn Z",PlayerInfo[playerid][pSpawnZ]);
Also for the password issue, you are doing the same as above, choose one of them: strval(inputtext) or your global variable to store the password.

Technically, you are assigning the values in the same line as saving them.
Thank you..I guess thats what I get from learning from a novice scripter xD

+rep
Reply


Messages In This Thread
Login System Help - by Mattakil - 07.09.2013, 19:06
Re: YINI Errors - by Mattakil - 07.09.2013, 20:39
Re: YINI Errors - by Omar55555 - 07.09.2013, 20:53
Re: YINI Errors - by Mattakil - 07.09.2013, 21:01
Re: YINI Errors - by Dragonsaurus - 07.09.2013, 21:12
Re: YINI Errors - by Mattakil - 07.09.2013, 21:23
Re: YINI Errors - by Dragonsaurus - 07.09.2013, 21:26
Re: YINI Errors - by Mattakil - 07.09.2013, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)