16.07.2014, 10:18
(
Последний раз редактировалось VishvaJeet; 17.07.2014 в 10:22.
)
UrN OVM Tool
Object/Vehicle Modifier

With this tool you can change Objects/Vehicles parameter
Objects
Object Type:-
CreateObject() (X, Y, Z, RX, RY, RZ, DrawDistance)
CreateDynamicObject() (X, Y, Z, RX, RY, RZ, World, Interior, Playerid, StreamDistance, DrawDistance)
You can change CreateDynamicObject to CreateObject & CreateObject to CreateDynamicObject
It will give output in that format which one you have selected on Object Type:
like
to
You can set Virtual World of object.
You can set Interior of object.
You can Add Array for all object (if you don't want add array give value -1)
Example
to
Vehicle
In the vehicle Modifier Section you can change AddStaticVehicleEx to AddStaticVehicle
or
AddStaticVehicle to AddStaticVehicleEx
With Respawn time & Colors
IF you don't want change car color Give value -1
You can Add Array for all Vehicles (if you don't want add array give value -1)
then Set it Virtual World or Destroy or Respawn Etc
Example AddStaticVehicle to AddStaticVehicleEx
or
This is only beta version v1.0
Credits
VishvaJeet (me)
PHP,HTML
UrN OVM Tool
Demo: Click Here
Source: Click Here
Note: This tool will work online via UrN website & support .txt file (only) (if you want only convert objects copy your objects data in a text document & modify it) same as Vehicle Modify
Bugs/Report: If any bug found please post there (sry for my bad english)
With this tool you can change Objects/Vehicles parameter
Objects
Object Type:-
CreateObject() (X, Y, Z, RX, RY, RZ, DrawDistance)
CreateDynamicObject() (X, Y, Z, RX, RY, RZ, World, Interior, Playerid, StreamDistance, DrawDistance)
You can change CreateDynamicObject to CreateObject & CreateObject to CreateDynamicObject
It will give output in that format which one you have selected on Object Type:
like
Код:
CreateDynamicObject(975, -2084.80005, 382.39999, 69.00000, 90.00000, 0.00000, 90.00000);
Код:
CreateDynamicObject(975, -2084.80005, 382.39999, 69.00000, 90.00000, 0.00000, 90.00000, -1, 0, -1, 250.00000, 250.00000);
You can set Interior of object.
You can Add Array for all object (if you don't want add array give value -1)
Example
Код:
CreateDynamicObject(975, -2084.80005, 382.39999, 69.00000, 90.00000, 0.00000, 90.00000); CreateDynamicObject(975, -2084.80005, 390.50000, 72.00000, 90.00000, 0.00000, 90.00000); CreateDynamicObject(975, -2078.60010, 392.89999, 75.00000, 90.00000, 0.00000, 0.00000); CreateDynamicObject(975, -2069.80005, 392.79999, 78.00000, 90.00000, 0.00000, 0.00000); CreateDynamicObject(975, -2060.89990, 392.89999, 81.00000, 90.00000, 0.00000, 0.00000);
Код:
object[0] = CreateObject(975, -2084.80005, 382.39999, 69.00000, 90.00000, 0.00000, 90.00000, 250.00000 ); object[0] = CreateObject(975, -2084.80005, 382.39999, 69.00000, 90.00000, 0.00000, 90.00000, 250.00000 ); object[1] = CreateObject(975, -2084.80005, 390.50000, 72.00000, 90.00000, 0.00000, 90.00000, 250.00000 ); object[2] = CreateObject(975, -2078.60010, 392.89999, 75.00000, 90.00000, 0.00000, 0.00000, 250.00000 ); object[3] = CreateObject(975, -2069.80005, 392.79999, 78.00000, 90.00000, 0.00000, 0.00000, 250.00000 ); object[4] = CreateObject(975, -2060.89990, 392.89999, 81.00000, 90.00000, 0.00000, 0.00000, 250.00000 ); Declare Variable Name: new object[5];
In the vehicle Modifier Section you can change AddStaticVehicleEx to AddStaticVehicle
or
AddStaticVehicle to AddStaticVehicleEx
With Respawn time & Colors
IF you don't want change car color Give value -1
You can Add Array for all Vehicles (if you don't want add array give value -1)
then Set it Virtual World or Destroy or Respawn Etc

Example AddStaticVehicle to AddStaticVehicleEx
Код:
AddStaticVehicle(522,1494.7878,-1244.9260,113.3522,88.4969,6,25); AddStaticVehicle(522,1490.9991,-1244.6741,113.3445,86.0086,3,3); AddStaticVehicle(522,1487.4985,-1244.7631,113.3517,90.7691,8,82); AddStaticVehicle(522,1483.7637,-1244.9187,113.3493,90.6611,39,106); AddStaticVehicle(522,1479.7726,-1245.1603,113.3525,90.4594,3,3);
Код:
vehicle[0] = AddStaticVehicleEx(522, 1494.7878, -1244.9260, 113.3522, 88.4969, 25, 25, 60); vehicle[1] = AddStaticVehicleEx(522, 1490.9991, -1244.6741, 113.3445, 86.0086, 25, 25, 60); vehicle[2] = AddStaticVehicleEx(522, 1487.4985, -1244.7631, 113.3517, 90.7691, 25, 25, 60); vehicle[3] = AddStaticVehicleEx(522, 1483.7637, -1244.9187, 113.3493, 90.6611, 25, 25, 60); vehicle[4] = AddStaticVehicleEx(522, 1479.7726, -1245.1603, 113.3525, 90.4594, 25, 25, 60); Declare Variable Name: new vehicle[5];
Код:
for(new i=0;i<5;i++) { SetVehicleVirtualWorld(vehicle[i],15); DestroyVehicle(vehicle[i]); SetVehicleToRespawn(vehicle[i]); }
Credits
VishvaJeet (me)
PHP,HTML
UrN OVM Tool
Demo: Click Here
Source: Click Here
Note: This tool will work online via UrN website & support .txt file (only) (if you want only convert objects copy your objects data in a text document & modify it) same as Vehicle Modify
Bugs/Report: If any bug found please post there (sry for my bad english)