y_ini INI_String error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: y_ini INI_String error (
/showthread.php?tid=582402)
y_ini INI_String error -
thaKing - 20.07.2015
Код:
roleplay.pwn(221) : error 001: expected token: ")", but found "["
roleplay.pwn(221) : warning 215: expression has no effect
roleplay.pwn(221) : error 001: expected token: ";", but found "]"
roleplay.pwn(221) : error 029: invalid expression, assumed zero
roleplay.pwn(221) : fatal error 107: too many error messages on one line
Код:
INI_String("PassportID",PlayerData[playerid][pPassportID],24);// LINE 221
Re: y_ini INI_String error -
thaKing - 20.07.2015
Fixed:
That was the problem, I wasn't defined length in enumelator.