[Help]GarHouse
#7

Quote:
Originally Posted by PowerF
Посмотреть сообщение
seriously?

Код:
D:\asaad\[NBTDM]0.3cR5\Eclipse\filterscripts\GarHouse.pwn(2356) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
pawn Код:
CMD:gotohouse(playerid, params[])
{
  new h;
  if(sscanf(params, "i", h))
  {
   ShowInfoBoxEx(playerid, COLOUR_SYSTEM, E_CMD_USAGE_GOTOHOUSE);
   return 1;
  }
  else
  {
   if(!fexist(HouseFile(h))) return ShowInfoBoxEx(playerid, COLOUR_SYSTEM, E_INVALID_HID);
   SetPlayerPosEx(playerid, hInfo[h][SpawnOutX], hInfo[h][SpawnOutY], hInfo[h][SpawnOutZ], hInfo[h][SpawnInterior], hInfo[h][SpawnWorld]);
   ShowInfoBox(playerid, I_TELEPORT_MSG, h);
  }
  return 1;
}
Reply


Messages In This Thread
[Help]GarHouse - by PowerF - 13.06.2014, 05:23
Re: [Help]GarHouse - by Laure - 13.06.2014, 05:31
Re: [Help]GarHouse - by PowerF - 13.06.2014, 05:35
Re: [Help]GarHouse - by Amrev - 13.06.2014, 05:40
Re: [Help]GarHouse - by PowerF - 13.06.2014, 05:43
Re: [Help]GarHouse - by Laure - 13.06.2014, 05:45
Re: [Help]GarHouse - by xGamerFx - 13.06.2014, 05:50
Re: [Help]GarHouse - by PowerF - 13.06.2014, 05:54
Re: [Help]GarHouse - by PowerF - 13.06.2014, 06:00
Re: [Help]GarHouse - by xGamerFx - 13.06.2014, 06:04

Forum Jump:


Users browsing this thread: 1 Guest(s)