SA-MP Forums Archive
Convert MTA pickup to SA:MP - 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: Convert MTA pickup to SA:MP (/showthread.php?tid=142652)



Convert MTA pickup to SA:MP - andershh - 19.04.2010

How can i convert a "pickup" i created at MTA and insert it at SA:MP ?

I altso created some cars but they wont be the color i want, how can i change that?


Re: Convert MTA pickup to SA:MP - aircombat - 19.04.2010

just get the position from MTA and use CreatePickup


Re: Convert MTA pickup to SA:MP - andershh - 19.04.2010

Shall i add it under OnGameModeInt ?

CreatePickup (x.y.z) ?


Re: Convert MTA pickup to SA:MP - Correlli - 19.04.2010

Quote:
Originally Posted by andershh
Shall i add it under OnGameModeInt ?

CreatePickup (x.y.z) ?
Yes (if you want to create a pickup when the gamemode starts).


Re: Convert MTA pickup to SA:MP - biltong - 19.04.2010

Not 100% if this converts pickups, but: https://sampwiki.blast.hk/wiki/Multi_Object_Converter


Re: Convert MTA pickup to SA:MP - aircombat - 19.04.2010

CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld)