converting - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: converting (
/showthread.php?tid=188785)
converting -
marinov - 09.11.2010
I wanna convert some pickups to my server, I added them by the MTA map editor, "http://www.convertffs.com/" only converts vehicles. Any other converter ?
Re: converting -
Steven82 - 09.11.2010
Quote:
Originally Posted by marinov
I wanna convert some pickups to my server, I added them by the MTA map editor, "http://www.convertffs.com/" only converts vehicles. Any other converter ?
|
Why don't you just use a pickup saver FS or just go in your server and /save "text here" at the pickup's desired location?
Re: converting -
-Rebel Son- - 09.11.2010
Quote:
Originally Posted by Steven82
Why don't you just use a pickup saver FS or just go in your server and /save "text here" at the pickup's desired location?
|
Simply go ingame, goto where you want the pickup, and type /save "pickupname" then use the cords from the SavedPositions.txt in your GTA file directory.
Re: converting -
MrDeath537 - 09.11.2010
As the above poster said, go to your server, and use /save "pickup name".
Then copy the XYZ coords and use it in CreatePickup/AddStaticPickup
EDIT:
Example:
Код:
AddPlayerClass(0, 123.0, 456.0, 789.0, 0.0, 0,0, 0,0, 0,0);
pawn Код:
AddStaticPickup(pickupModelID, 2, 123.0, 456.0, 789.0)
Re: converting -
(SF)Noobanatior - 09.11.2010
http://www.convertffs.com/ try this
Re: converting -
MrDeath537 - 09.11.2010
Quote:
Originally Posted by (SF)Noobanatior
|
ConvertFFS working again, woot

.