18.06.2009, 09:24
I have saved cars all around SA, added them to my gm, but now cars are not spawning - server is empty of cars?
what can i do to make them spawn?
what can i do to make them spawn?
AddStaticVehicle(/*VEHID, X, Y, Z, R, COLOR1, COLOR2*/);
CreateVehicle(/*VEHID, X, Y, Z, R, COLOR1, COLOR2, RESPAWN_TIME*/);
AddStaticVehicle(551,-1946.9061,269.4415,40.8538,91.8952,45,116);
public OnGameModeInit() {
Originally Posted by Thanatos
where did you put the code to spawn the cars? Could you pastebin.ca your script so we could see?
|
Originally Posted by cigo
Код:
public OnGameModeInit() { |
Originally Posted by madmatty
Quote:
|