20.07.2009, 13:49
Umm yeah. I'm just starting out and im getting 4 errors on this 1 line that uses strmid.
This is the line:
Код:
D:\SA Modding\Scripting\gamemodes\test.pwn(46) : error 017: undefined symbol "PlayerInfo" D:\SA Modding\Scripting\gamemodes\test.pwn(46) : warning 215: expression has no effect D:\SA Modding\Scripting\gamemodes\test.pwn(46) : error 001: expected token: ";", but found "]" D:\SA Modding\Scripting\gamemodes\test.pwn(46) : error 029: invalid expression, assumed zero D:\SA Modding\Scripting\gamemodes\test.pwn(46) : fatal error 107: too many error messages on one line
Код:
strmid(PlayerInfo[playerid][pKey], password, 0, strlen(password), 255);