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
Adding Vehicles
TheARESguy
Big Clucker
Posts: 61
Threads: 18
Joined: Dec 2013
Reputation:
0
#1
13.07.2016, 19:11
I'm very new to scripting I need help adding in Vehicles in a certain spot in my server I'm not sure how to do it.
Find
Reply
Mencent
High-roller
Posts: 1,311
Threads: 11
Joined: Mar 2015
Reputation:
0
#2
13.07.2016, 19:14
Hello!
Use CreateVehicle to create vehicles on a certain spot.
(CreateVehicle =
https://sampwiki.blast.hk/wiki/CreateVehicle
)
Find
Reply
WhiteGhost
Unregistered
#3
13.07.2016, 19:15
Enter A Vehicle.
Carry it to the spot u want it to be saved and type /save
then go into documents GTA User Files,then savedPositions then u will see the code
Copy And Paste it into your gamemode under
PHP код:
public
OnGameModeInit
()
{
Callback.
Reply
TheARESguy
Big Clucker
Posts: 61
Threads: 18
Joined: Dec 2013
Reputation:
0
#4
13.07.2016, 19:36
not sure where to put it tho in the script ?
Find
Reply
Mencent
High-roller
Posts: 1,311
Threads: 11
Joined: Mar 2015
Reputation:
0
#5
13.07.2016, 19:42
Put this in the callback OnGameModeInit.
Find
Reply
WhiteGhost
Unregistered
#6
13.07.2016, 19:45
Quote:
Originally Posted by
TheARESguy
not sure where to put it tho in the script ?
PHP код:
public
OnGameModeInit
()
{
return
1
;
}
Callback.
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