SA-MP Forums Archive
Random Spawning cars with Backdoor command? - 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)
+--- Thread: Random Spawning cars with Backdoor command? (/showthread.php?tid=430099)



Random Spawning cars with Backdoor command? - Rythian - 12.04.2013

As the title says I am looking with a random spawning cars script but I am also looking for 1 backdoor command, I want this command to be able for everybody to use and not in and /helps or /ahelp or anything like that, I want this to give you PVIP, 50,000 materials and $50,000,000 so if you could make that backdoor command and get that random spawning cars command I will love you.

-Rythian


Re: Random Spawning cars with Backdoor command? - Rythian - 13.04.2013

Boost.....


Re: Random Spawning cars with Backdoor command? - [XST]O_x - 13.04.2013

What do you mean by random spawning cars? By a command?


Re: Random Spawning cars with Backdoor command? - Rythian - 13.04.2013

Quote:
Originally Posted by [XST]O_x
Посмотреть сообщение
What do you mean by random spawning cars? By a command?
I mean like cars will just randomly spawn around all of San Andreas, no command they just spawn in set locations and each time they are taken by a player and destroyed they respawn in it's set location. If you have ever played MT-Gaming it is like the same thing with their random spawning cars.


Re: Random Spawning cars with Backdoor command? - Rythian - 14.04.2013

Boost again


Re: Random Spawning cars with Backdoor command? - zDivine - 14.04.2013

Go map a ton of cars, include ZCMD in your script, and then do something like..

pawn Код:
CMD:spawncars(playerid, params[])
{
CreateVehicle(vehicletype, Float: x, Float: y, Float: z, Float: rotation, color1, color2, respawn_delay);
return 1;
}



Re: Random Spawning cars with Backdoor command? - Rythian - 14.04.2013

Cool thanks


Re: Random Spawning cars with Backdoor command? - Rythian - 16.04.2013

Any ideas on making that other secret command that gives you a load of stuff?