03.11.2012, 03:46
IDK what you are trying to say but you add car under -
the code is
so whole code will look like this-
note: you can get x,y,z,facing angle from debug mode- located at sampstartup folder(where you installed samp)
Код:
public OnGameModeInit()
Код:
AddStaticVehicle(vehicleid,x position,y position,z position,facing angle,color 1,color 2); // car pos
Код:
public OnGameModeInit() { AddStaticVehicle(564,24533,131314,453535,24242,1,1); return 1; }