02.05.2012, 13:47 
	
	
	
		it will be great if you create funkcion native AtatchVehicleToVehicle(atachingvehicleid,Pos1-4,onatachedcarid);
Example in real:
	
	
	
	
Example in real:
	
	| 
			 it will be great if you create funkcion native AtatchVehicleToVehicle(atachingvehicleid,Pos1-4,onatachedcarid); Example in real: [IMG....http://www.part.lt/img/2c3bb70448285f6192d75ecc0060d0bb758.jpg[/IMG]  | 
| 
 my suggestion is in the object editor, it is really fun!! thanks samp team for do it!!, but i think we need a new icon for duplicate objects.. thanks.. 
 | 
native SetPickupMaterial( pickupid, materialindex, modelid, txdname[], texturename[], materialcolor );
native SetVehicleMaterial( vehicleid, materialindex, modelid, txdname[], texturename[], materialcolor );
native SetSkinMaterial( skinid, materialindex, modelid, txdname[], texturename[], materialcolor );
.
	native AttachPlayerObjectToPlayerObject(objectid, attachtoid, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:RotX, Float:RotY, Float:RotZ, SyncRotation = 1);
native TogglePlayerControllable(playerid, controllable, cameracontrol)
native SetVehicleAcceleration(vehicleid, Float:force);
| 
 Add default value in ShowPlayerDialog, like: 
Code: 
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[], value[] = "") // It show dialog with entered message "Your Text" for edit. ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Example edit","Change your text:","Ok","Cancel", "Your Text"); ![]()  |