Posts: 415
Threads: 145
Joined: Oct 2013
Reputation:
0
Guys, how i can make this function correctly? I want to put it to registration, when'll player done register, it'll type his IP to my .ini. How should line look like?
INI_WriteInt (File, "IP", //I DONT KNOW HOW TO USE CORRECTLY GetPlayerIp function, I'm getting errors, jut post this);
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Actually that error is given when a name is not valid. For example, when you declare variables it must start with a letter or underscore and not with a number. Is there anything else in lines 27-29?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
You're missing bracket(s). Do undo and add the code in the register part without adding/removing brackets.
Posts: 415
Threads: 145
Joined: Oct 2013
Reputation:
0
Mate tried, it's not bugging anymore, BUT how I can change camerapos or cameralookat?? While is this mode turn on.