errors
#1

Код:
I:\GTA San Andreas\RRP\gamemodes\r-rp.pwn(322) : error 017: undefined symbol "newkeys"
I:\GTA San Andreas\RRP\gamemodes\r-rp.pwn(707) : error 002: only a single statement (or expression) can follow each "case"
I:\GTA San Andreas\RRP\gamemodes\r-rp.pwn(711) : error 002: only a single statement (or expression) can follow each "case"
I:\GTA San Andreas\RRP\gamemodes\r-rp.pwn(711 -- 712) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
In these lines :
Код:
 if(newkeys == KEY_SECONDARY_ATTACK)
(322)

Код:
	case DIALOG_CARS+5://For lock
		   {
		   switch(listitem)
		   {
		   	case 0: {
            if(pInfo[playerid][Veh1] != 9999) { C_Data[pInfo[playerid][Veh1]][Lock] = 1; CheckCar(pInfo[playerid][Veh1]); } }
		   	case 1: {
            if(pInfo[playerid][Veh2] != 9999) { C_Data[pInfo[playerid][Veh2]][Lock] = 1; CheckCar(pInfo[playerid][Veh2]); } }
		   	case 2: {
            if(pInfo[playerid][Veh3] != 9999) { C_Data[pInfo[playerid][Veh3]][Lock] = 1; CheckCar(pInfo[playerid][Veh3]); } } // 707
			return 1;
}
Код:
	if(dialogid == 1)
	{ // 711
	    if(!response) return Kick(playerid); // 712
		if(response)
Reply


Messages In This Thread
errors - by Dziugsas - 25.06.2012, 09:09
Re: errors - by Grand_Micha - 25.06.2012, 09:11
Re: errors - by Smokkr - 25.06.2012, 09:12
Re: errors - by Dziugsas - 25.06.2012, 09:18
Re: errors - by Grand_Micha - 25.06.2012, 09:47
Re: errors - by Skaizo - 25.06.2012, 10:18
Re: errors - by Grand_Micha - 25.06.2012, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)