Getting 4 Problems on 1 Strmid Line
#6

Quote:
Originally Posted by Don Correlli
I guess you were just copying the code and you forgot some things.
Example:
pawn Код:
enum pInfo
{
  pKey[128],
  // other variables, ..
};
new PlayerInfo[MAX_PLAYERS][pInfo];
Ah yes thank you. Now it found other errors on another line. lol

Код:
D:\SA Modding\Scripting\gamemodes\test.pwn(68) : error 017: undefined symbol "gPlayerLogged"
D:\SA Modding\Scripting\gamemodes\test.pwn(68) : warning 215: expression has no effect
D:\SA Modding\Scripting\gamemodes\test.pwn(68) : error 001: expected token: ";", but found "]"
D:\SA Modding\Scripting\gamemodes\test.pwn(68) : error 029: invalid expression, assumed zero
D:\SA Modding\Scripting\gamemodes\test.pwn(68) : fatal error 107: too many error messages on one line
This is the line:
Код:
if(gPlayerLogged[playerid])
I'm guessing its the same kinda thing since I dont have a new gPlayerLogged or an enum (i dont know if an enum is needed or not.)
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)