SA-MP Forums Archive
command /car - 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: command /car (/showthread.php?tid=140359)



command /car - Biscottinis - 08.04.2010

I need a command /car or /veh or /vehicle

Example:
/vehicle dumper
/vehicle nrg

Vehicle should stay there, not disappear like Ladmin does.

Thanks to who helps me.
Biscottinis.


Re: command /car - biltong - 08.04.2010

See that first link in my sig? Go ahead and click that.


Re: command /car - Biscottinis - 08.04.2010

Could you help me?


Re: command /car - biltong - 08.04.2010

Did you read that post? Did you use search? Honestly, if you did search, you would not be wasting our time.


Re: command /car - Biscottinis - 08.04.2010

I used the search, nothing about /command vehiclename, only menus or like that


Re: command /car - Thrarod - 08.04.2010

getplayerpos then but veh there


Re: command /car - Biscottinis - 08.04.2010

can you give me the code? im not a good pawno scripter, you know


Re: command /car - Thrarod - 09.04.2010

new Float;
new Float:y;
new Float:z;

//inside cmd

Getplayerpostion(playerid,x,y,z)
CreateVehicle(411,x,y,z...) //put ... part other thingies


Re: command /car - ruckfules99 - 09.04.2010

It's not exactly what you want but here


http://forum.sa-mp.com/index.php?topic=150773.0


Re: command /car - Biscottinis - 09.04.2010

nothing about a /v vehiclename ?