Issue with INI_String
#1

Whenever I compile, I get errors on line 28.

My script: https://pastebin.com/F6FbTQxb

Basically, it's this line in specific.

Код:
    INI_String("Password",PlayerInfo[playerid][pPass], 128);
When I try to compile, I get these errors:

Код:
error 001: expected token: ")", but found "["
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
When I change the line to this:
Код:
    INI_String("Password",(PlayerInfo[playerid][pPass], 128));
My new error is this:
Код:
error 017: undefined symbol "INI_String"
Please help.
Reply


Messages In This Thread
Issue with INI_String - by Stefhan - 03.03.2018, 17:25
Re: Issue with INI_String - by Daddy Yankee - 03.03.2018, 18:07
Re: Issue with INI_String - by Stefhan - 03.03.2018, 19:27

Forum Jump:


Users browsing this thread: 3 Guest(s)