1 Warning
#1

Код:
COMMAND:vipcolor(playerid,params[])
{
  if(VIP[playerid] == 0) return SendClientMessage(playerid,COLOR_RED,"You are not a V.I.P!");
	
    SetPlayerColor(playerid, COLOR_YELLOW);
    return 1;
}
Warning on the line "return 1;": warning 217: loose indentation
Reply


Messages In This Thread
1 Warning - by Blackazur - 17.12.2012, 18:32
Re: 1 Warning - by Konstantinos - 17.12.2012, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)