Get 1 ERROR
#1

Код:
C:\Users\Desktop\filterscripts\gangwar.pwn(271) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Код HTML:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	   if(dialogid == 703)
		{
			if(response)
			{
			if (gteam[playerid] != 1){
			SetPlayerVirtualWorld(playerid, 1);
			SendClientMessage(playerid, 0x33AA33AA, "You joined to GROVE!");
			SendClientMessage(playerid, white, "Use /exit for exit!");
			GangWarGrove(playerid);}else{SendClientMessage(playerid, red, "Error: You are in the MINIGAME");}
			}
			if(response)
			{
			if (gteam[playerid] != 2){
			SetPlayerVirtualWorld(playerid, 1);
			SendClientMessage(playerid, 0x9900FFAA, "You joined to Ballas!");
			SendClientMessage(playerid, white, "Use /exit for exit!");
			GangWarBallas(playerid);}else{SendClientMessage(playerid, red, "Error: You are in the MINIGAME");}
        }
    }
  return 1;
}
Reply


Messages In This Thread
Get 1 ERROR - by Eiy Mard - 21.02.2012, 13:42
Re: Get 1 ERROR - by Littlehelper - 21.02.2012, 13:43
Re: Get 1 ERROR - by emokidx - 21.02.2012, 13:43
Re: Get 1 ERROR - by Eiy Mard - 21.02.2012, 13:52
Re: Get 1 ERROR - by niels44 - 21.02.2012, 14:56
Re: Get 1 ERROR - by Konstantinos - 21.02.2012, 15:06
Re: Get 1 ERROR - by Eiy Mard - 22.02.2012, 09:57

Forum Jump:


Users browsing this thread: 1 Guest(s)