Problem at YNI.
#2

You did not close the bracket as I stated before,

Your code is like this at this moment:
PHP код:
INI_Int("Password",PlayerInfo[playerid][pPass];
//     ^ opening bracket 
It should be like this:
PHP код:
INI_Int("Password",PlayerInfo[playerid][pPass]);
//     ^ opening bracket                      ^ closing bracket 
Reply


Messages In This Thread
Problem at YNI. - by zekykral - 01.04.2017, 14:07
Re: Problem at YNI. - by Toroi - 01.04.2017, 14:23
Re: Problem at YNI. - by zekykral - 01.04.2017, 14:36
Re: Problem at YNI. - by Toroi - 01.04.2017, 14:39

Forum Jump:


Users browsing this thread: 2 Guest(s)