Car spawn help - 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: Car spawn help (
/showthread.php?tid=272586)
Car spawn help -
Mr.Anonymous - 29.07.2011
- delete -
Re: Car spawn help -
slymatt - 29.07.2011
well make the names for each car for example
new bullet;
new hydra;
and give each one of the names the id's of the cars.
new bullet = 541;
that should allow you to type in /getcar bullet because bullet now is == to 541 which would be the same as /getcar 541 =P i hope this helped
Re: Car spawn help -
Mr.Anonymous - 29.07.2011
Quote:
Originally Posted by slymatt
well make the names for each car for example
new bullet;
new hydra;
and give each one of the names the id's of the cars.
new bullet = 541;
that should allow you to type in /getcar bullet because bullet now is == to 541 which would be the same as /getcar 541 =P i hope this helped
|
- delete -
Re: Car spawn help -
MadeMan - 29.07.2011
This command is not spawning a car, it will just teleport it.
Re: Car spawn help -
Mr.Anonymous - 29.07.2011
Quote:
Originally Posted by MadeMan
This command is not spawning a car, it will just teleport it.
|
- delete -
Re: Car spawn help -
Mr.Anonymous - 31.07.2011
- delete -