What does this code mean?
#10

Replace

pawn Код:
if(!noooc && PlayerInfo[playerid][pAdmin] < 1)
{

}
SendClientMessage(playerid, COLOR_GRAD2, "  The OOC channel has been disabled by an Admin !");
return 1;
With

pawn Код:
if(!noooc && PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_GRAD2, "  The OOC channel has been disabled by an Admin !");
Reply


Messages In This Thread
What does this code mean? - by Luis- - 12.05.2010, 21:49
Re: What dies this code mean? - by Faith - 12.05.2010, 21:50
Re: What does this code mean? - by Luis- - 12.05.2010, 21:50
Re: What does this code mean? - by Luis- - 12.05.2010, 21:59
Re: What does this code mean? - by RyDeR` - 12.05.2010, 22:00
Re: What does this code mean? - by Luis- - 12.05.2010, 22:01
Re: What does this code mean? - by RyDeR` - 12.05.2010, 22:02
Re: What does this code mean? - by Luis- - 12.05.2010, 22:05
Re: What does this code mean? - by RyDeR` - 12.05.2010, 22:07
Re: What does this code mean? - by Killa_ - 12.05.2010, 22:09

Forum Jump:


Users browsing this thread: 2 Guest(s)