الويكي بس يشرح لك الاكواد ويعطيك مثال على الكود
والباقي انت تسوي
مثال
createVehicle
Syntax
لسا مو جاهزة
vehicle createVehicle ( int model, float x, float y, float z [, float rx, float ry, float rz, string numberplate, bool bDirection, int variant1, int variant2 ] )
int + float هي ارقمنت
شوف شرح لها
viewtopic.php?f=164&t=50863
وهو هنا طلب منك ذي
model: The vehicle ID of the vehicle being created. --- اي السيارة التي تريد تصنعها
x: A floating point number representing the X coordinate on the map.--- الاحداثيات x
y: A floating point number representing the Y coordinate on the map.--- الاحداثيات y
z: A floating point number representing the Z coordinate on the map.--- الاحداثيات z
ويصير كذا
createVehicle ( id,x,y,z )
وكذا صار جاهز الكود