Error 010: invalid function or declaration
#3

Код:
C:\Users\Lewis\Desktop\Apple\NY-RP\gamemodes\NY.pwn(678)  : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
i got this Error, in this line:
Код:
stock GetGender(playerid)
{
	new Gender[];
	switch(PlayerInfo[playerid][Gender])
	{
	  case 1: Gender = "Male";
	  case 2: Gender = "Female";
    }
	return 1; <---- this one :/
}
Reply


Messages In This Thread
Error 010: invalid function or declaration - by Lexus95 - 25.07.2014, 09:43
Re: Error 010: invalid function or declaration - by Sojo12 - 25.07.2014, 09:48
Re : Error 010: invalid function or declaration - by Lexus95 - 25.07.2014, 09:52
Re: Error 010: invalid function or declaration - by Sojo12 - 25.07.2014, 09:55
Re: Error 010: invalid function or declaration - by icra - 25.07.2014, 10:00
Re : Error 010: invalid function or declaration - by Lexus95 - 25.07.2014, 10:17
Re: Error 010: invalid function or declaration - by Ihateyou - 25.07.2014, 10:21
Re: Error 010: invalid function or declaration - by icra - 25.07.2014, 10:25
Re: Error 010: invalid function or declaration - by Ihateyou - 25.07.2014, 10:26
Re : Error 010: invalid function or declaration - by Lexus95 - 25.07.2014, 10:29

Forum Jump:


Users browsing this thread: 4 Guest(s)