Getting 4 Problems on 1 Strmid Line
#1

Umm yeah. I'm just starting out and im getting 4 errors on this 1 line that uses strmid.
Код:
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
This is the line:
Код:
strmid(PlayerInfo[playerid][pKey], password, 0, strlen(password), 255);
Reply


Messages In This Thread
Getting 4 Problems on 1 Strmid Line - by DaRkM - 20.07.2009, 13:49
Re: Getting 4 Problems on 1 Strmid Line - by Correlli - 20.07.2009, 13:54
Re: Getting 4 Problems on 1 Strmid Line - by DaRkM - 20.07.2009, 13:58
Re: Getting 4 Problems on 1 Strmid Line - by Correlli - 20.07.2009, 14:03
Re: Getting 4 Problems on 1 Strmid Line - by MadeMan - 20.07.2009, 14:03
Re: Getting 4 Problems on 1 Strmid Line - by DaRkM - 20.07.2009, 14:10
Re: Getting 4 Problems on 1 Strmid Line - by Correlli - 20.07.2009, 14:12
Re: Getting 4 Problems on 1 Strmid Line - by DaRkM - 20.07.2009, 14:20
Re: Getting 4 Problems on 1 Strmid Line - by James_Alex - 20.07.2009, 16:24

Forum Jump:


Users browsing this thread: 1 Guest(s)