02.12.2011, 02:36
that doesnt really matter but seens you asked, it stops spawning at the players position when the command is called more than once before the first car has been removed or destroyed:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid, X,Y,Z);
CreateVehicle(car, X,Y+2,Z, 0.0, color1, color2, 60000);
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid, X,Y,Z);
CreateVehicle(car, X,Y+2,Z, 0.0, color1, color2, 60000);