03.03.2018, 17:25
Whenever I compile, I get errors on line 28.
My script: https://pastebin.com/F6FbTQxb
Basically, it's this line in specific.
When I try to compile, I get these errors:
When I change the line to this:
My new error is this:
Please help.
My script: https://pastebin.com/F6FbTQxb
Basically, it's this line in specific.
Код:
INI_String("Password",PlayerInfo[playerid][pPass], 128);
Код:
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
Код:
INI_String("Password",(PlayerInfo[playerid][pPass], 128));
Код:
error 017: undefined symbol "INI_String"