[Include] [INC] Bzucoґs interior script - Add easily shops/pubs etc.
#1

With this script you can easily add almost unlimited number of interioirs. Very useful if you are using function DisableInteriorEnterExits(), 1 line = 1 interior

Usage:
#include <bint>

OnGameModeInit:
AddShop(shopid,x,y,z);

Shopid:
BINT_247_1
BINT_247_2
BINT_247_3
BINT_247_4
BINT_247_5
BINT_247_6
BINT_AMMU_1
BINT_AMMU_2
BINT_AMMU_3
BINT_AMMU_4
BINT_AMMU_5
BINT_MOTELROOM_1
BINT_MOTELJEFERSON_2
BINT_BETS
BINT_SEX
BINT_FACTORY
BINT_RCZERO
BINT_BINCO
BINT_DIDIER
BINT_PROLAPS
BINT_SUBURBAN
BINT_VICTIM
BINT_ZIP
BINT_DANCECLUB
BINT_CHEAP_BAR
BINT_VILLAGE_BAR
BINT_DINNINGROOM
BINT_DINNINGROOM2
BINT_BURGER
BINT_CLUCKINBELL
BINT_PIZZA
BINT_DONUTSSHOP
BINT_SHERRIF
BINT_GANTONGYM
BINT_SFGYM
BINT_LVGYM
BINT_BIGSPREADRANCH
BINT_XXXHOUSE
BINT_XXXHOUSELV
BINT_XXXHOUSEHID
BINT_BARBER
BINT_TATOO

OnPlayerCommandText:
Code:
if (strcmp(cmd, "/enter", true) ==0 )
  {
    OnPlayerEnterShop(playerid);
   return 1;
  }
  
  if (strcmp(cmd, "/exit", true) ==0 )
  {
    OnPlayerExitShop(playerid);
   return 1;
  }
Download: http://pawn-up.kx.cz/files/bint.inc

Known bugs: No, you should post it
Reply


Messages In This Thread
[INC] Bzucoґs interior script - Add easily shops/pubs etc. - by bzuco - 17.02.2008, 05:59
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by luxeon - 17.02.2008, 06:34
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by [FSR]R3t4Rd - 17.02.2008, 06:42
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by SirSimon - 17.02.2008, 07:13
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by bzuco - 17.02.2008, 07:15
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by SirSimon - 17.02.2008, 07:16
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by bzuco - 17.02.2008, 07:35
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by SirSimon - 17.02.2008, 07:40
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by VenZen - 17.02.2008, 07:44
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by cvanderburgt - 17.02.2008, 07:45
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by bzuco - 17.02.2008, 07:55
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by SirSimon - 17.02.2008, 08:14
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by robanswe - 17.02.2008, 08:22
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by FujiNNN - 17.02.2008, 08:25
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Dark_Kostas - 17.02.2008, 08:46
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by robanswe - 17.02.2008, 08:48
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by El0vric - 17.02.2008, 08:52
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Djrasim - 17.02.2008, 08:55
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by bzuco - 17.02.2008, 08:58
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Dark_Kostas - 17.02.2008, 08:59
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by domidom - 17.02.2008, 09:39
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by bzuco - 17.02.2008, 09:51
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Dark_Kostas - 17.02.2008, 10:19
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Homerman - 17.02.2008, 10:52
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by bzuco - 17.02.2008, 11:33
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by snipe69 - 17.02.2008, 13:17
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by s4kura0152 - 24.03.2008, 14:29
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by sebihunter - 24.03.2008, 14:36
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by P1nd3r - 24.03.2008, 14:40
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Magor - 24.03.2008, 17:37
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Bzzzz - 20.05.2009, 08:15
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Abernethy - 20.05.2009, 08:38
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Paolo Saldivar - 20.05.2009, 20:56
Re: [INC] Bzucoґs interior script - Add easily shops/pubs etc. - by Klutty - 20.05.2009, 21:13

Forum Jump:


Users browsing this thread: 3 Guest(s)