Cameron Posted March 14, 2010 Posted March 14, 2010 Hi, I'm moving my server from sa-mp to mta and I'm struggling to convert the vehicles from AddStaticVehicle to the MTA map type, is there any converter out there? I have had a look, but i can't find anything Please help, Thanks Cameron
0 karlis Posted March 14, 2010 Posted March 14, 2010 AddStaticVehicle(modelid,x,y,z,samp rotation, color1, color2) to createVehicle ( modelid, x, y, z, math.floor(samprotation/314*36000)/100 ) [WIP]GTA IV style hud+custom blips + blip text + circular radar areas
0 eAi Posted March 14, 2010 Posted March 14, 2010 I'd strongly suggest you use .map files rather than loads of createVehicles - it's more efficient in terms of bandwidth, and allows you to edit the map with map editors and the like. I believe there are converters out there to do this for you.
0 karlis Posted March 14, 2010 Posted March 14, 2010 i think its prety easy to make own convertor, then just save map file with build in file reading/writing functions [WIP]GTA IV style hud+custom blips + blip text + circular radar areas
0 Pzycho Posted March 16, 2010 Posted March 16, 2010 ehh.. Map Editor? Psycho = triggerEvent("onPsychoDeath", source, attacker, weapon, loss) if psycho == true then BanPlayer(attacker)
0 robhol Posted March 16, 2010 Posted March 16, 2010 ehh.. Map Editor? ehh.. That doesn't make even a slight amount of sense? Do NOT PM ME for help unless invited. - New MTA Script Editor Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.
Question
Cameron
Hi, I'm moving my server from sa-mp to mta and I'm struggling to convert the vehicles from AddStaticVehicle to the MTA map type, is there any converter out there?
I have had a look, but i can't find anything
Please help,
Thanks
Cameron
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now