Errors, need help.
#1

Код:
C:\Users\Sonny\Desktop\Server\MP\gamemodes\Test3.pwn(172) : error 029: invalid expression, assumed zero
C:\Users\Sonny\Desktop\Server\MP\gamemodes\Test3.pwn(172 -- 173) : error 008: must be a constant expression; assumed zero
C:\Users\Sonny\Desktop\Server\MP\gamemodes\Test3.pwn(1679) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Users\Sonny\Desktop\Server\MP\gamemodes\Test3.pwn(3704) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Those are the errors it gives me.
Here is lines 170-180:
Код:
         "Be sure to thank Kurtx_Cobain for thie server!",
}
enum espawn
{
	Float:ex,
	Float:ey,
	Float:ez,
	interior,
	emsg[128]
};
new spawns[][espawn] = {
Could someone please help?
Reply


Messages In This Thread
Errors, need help. - by Soldier9221 - 14.12.2010, 21:38
Re: Errors, need help. - by Shadow_ - 14.12.2010, 22:08
Re: Errors, need help. - by Soldier9221 - 14.12.2010, 22:14

Forum Jump:


Users browsing this thread: 1 Guest(s)