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
Help Archive
Threaded Mode
compound
shady91
High-roller
Posts: 1,593
Threads: 65
Joined: Nov 2008
Reputation:
0
#1
20.04.2009, 22:42
Could anyone tell me how to make a compound so i could make it so compouned cars cant resapwn when i respawn cars.
Find
Reply
yom
Gangsta
Posts: 988
Threads: 9
Joined: Jul 2006
Reputation:
0
#2
20.04.2009, 22:50
What is a compound?
Find
Reply
shady91
High-roller
Posts: 1,593
Threads: 65
Joined: Nov 2008
Reputation:
0
#3
20.04.2009, 23:20
it is were towed away cars go untill person pays for a release xD
Find
Reply
ICECOLDKILLAK8
High-roller
Posts: 1,154
Threads: 6
Joined: Aug 2008
Reputation:
0
#4
20.04.2009, 23:23
Create a variable for all 700 vehicleids
pawn Код:
new
Impounded
[
MAX_VEHICLES
]
;
When the cars get impounded then set that variable to 1
pawn Код:
Impounded
[
vehicleid
]
=
1
;
Then in OnVehicleSpawn check if the vehicles impounded, If it is then teleport it to the Impound
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: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive