08.02.2012, 12:35
(
Последний раз редактировалось Shabi RoxX; 08.02.2012 в 13:13.
)

Credits:
****** FOR sscanf 2.5 Plugin
Zeex For zcmd include

*Version 1
*All Function in Include File
*16 Vehicles Supported
//TuneAble Vehicle Checking
Код:
stock IsTunAble(vehicleid) { new Veh[] = {400, 404, 413, 418, 422, 428, 440, 442, 459, 479, 482, 470, 489, 490, 505, 579}; for(new i = 0; i < sizeof(Veh); i++) { if(GetVehicleModel(vehicleid) == Veh[i]) return 1; } return 0; }

Код:
Native IsTunAble(vehicleid) Native S_AddVehicleComponent(vehicleid,component) Native S_RemoveAllVehicleComponents(vehicleid) Native S_RemoveVehicleComponentBySlot(slot)
Код:
/tuning for menu /untune to Restore Tuning
/imageshack/slidesho...=samp071pj.png

Version 1: Download-MediaFire
Pastabin:
S_Tunning.inc
S_Tunning.pwn