i have no idea :S
#1

Hi,

i was making a command to Disable /department radio in my server, when i got to the bit where when its disabled it prevents the person from using it i get this error:
Код:
C:\Documents and Settings\Tom Attewell\My Documents\samp_0\gamemodes\sarp.pwn(19162) : warning 217: loose indentation
C:\Documents and Settings\Tom Attewell\My Documents\samp_0\gamemodes\sarp.pwn(19167) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

Here are the lines:
Код:
19160:			return 1;
19161:			}
19162:			if((nod) && PlayerInfo[playerid][pAdmin] < 3)
19163:			{
19164:				SendClientMessage(playerid, COLOR_GREY, "   Department channel has been disabled by an Admin !");
19165:				return 1;
19166:			}
19167:		return 1;
19168:	}
I cant see no error in it.....Yet, all help appreciated
Reply


Messages In This Thread
i have no idea :S - by paramedic114 - 19.12.2010, 17:36
Re: i have no idea :S - by akis_tze - 19.12.2010, 17:38
Re: i have no idea :S - by WillyP - 19.12.2010, 17:40
Re: i have no idea :S - by Face9000 - 19.12.2010, 17:41
Re: i have no idea :S - by akis_tze - 19.12.2010, 17:42
Re: i have no idea :S - by Face9000 - 19.12.2010, 17:43
Re: i have no idea :S - by paramedic114 - 19.12.2010, 17:48
Re: i have no idea :S - by WillyP - 19.12.2010, 17:50
Re: i have no idea :S - by akis_tze - 19.12.2010, 17:55
Re: i have no idea :S - by Face9000 - 19.12.2010, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)