Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
Removing interiors
nogh445
Big Clucker
Posts: 130
Threads: 36
Joined: Sep 2011
Reputation:
0
#1
16.06.2012, 06:02
I wanna know how to remove the interiors that are in the script automatically
Screen shots below.
Find
Reply
ReneG
High-roller
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
#2
16.06.2012, 06:18
pawn Код:
public
OnGameModeInit
(
)
{
DisableInteriorEnterExits
(
)
;
return
1
;
}
Will delete all of them as long as DisableInteriorEnterExits is in your code.
Find
Reply
nogh445
Big Clucker
Posts: 130
Threads: 36
Joined: Sep 2011
Reputation:
0
#3
16.06.2012, 06:21
Quote:
Originally Posted by
VincentDunn
pawn Код:
public
OnGameModeInit
(
)
{
DisableInteriorEnterExits
(
)
;
return
1
;
}
Will delete all of them as long as DisableInteriorEnterExits is in your code.
Is this not going to allow me to have interiors at all now?
Find
Reply
jessejanssen
Huge Clucker
Posts: 222
Threads: 35
Joined: Apr 2008
Reputation:
0
#4
16.06.2012, 06:30
Quote:
Originally Posted by
nogh445
Is this not going to allow me to have interiors at all now?
Nope, this just disables all those enter/exit points and you will have to script your own enter/exit points linking them to interiors/the exterior.
Best regards,
Jesse
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 2 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help