Hi , I Want to know how to remove this object From my server i forgot what the ID This for remove it But Show the Proof
The object ID is: 4514, Search around in your script for the exact line where the CreateObject or CreateDynamicObject is and remove it. I dont know where the co-ords are for it, So I cant give you the exact line to remove it.
Look I'm not Find my Where the Objects i go find all Files BUT There is And i check Pawno too
Check your Pawno with code CreateObject or CreateDynamicObject and See the Same Coordinats and Delete it,
If you want use EDITOR Samp, Maybe u must load this Pawno file and Goto the area ,delete all and Recompile the Pawno
Код:
if(VehicleInfo[v][vNeons] != NO_NEONS && VehicleInfo[v][vNeons] == BLUE_NEONS)
{CreateObject
blueneons[newveh] = CreateObjectCreateDynamicObject(18648,0,0,0,0,0,0);
blueneons2[newveh] = CreateObject(18648,0,0,0,0,0,0);
AttachObjectToVehicle(blueneons[newveh], newveh, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(blueneons2[newveh], newveh, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
}
else if(VehicleInfo[v][vNeons] != NO_NEONS && VehicleInfo[v][vNeons] == RED_NEONS)
{
redneons[newveh] = CreateObject(18647,0,0,0,0,0,0);
redneons2[newveh] = CreateObject(18647,0,0,0,0,0,0);
AttachObjectToVehicle(redneons[newveh], newveh, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(redneons2[newveh], newveh, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
}
else if(VehicleInfo[v][vNeons] != NO_NEONS && VehicleInfo[v][vNeons] == GREEN_NEONS)
{
greenneons[newveh] = CreateObject(18649,0,0,0,0,0,0);
greenneons2[newveh] = CreateObject(18649,0,0,0,0,0,0);
AttachObjectToVehicle(greenneons[newveh], newveh, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(greenneons2[newveh], newveh, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
}
else if(VehicleInfo[v][vNeons] != NO_NEONS && VehicleInfo[v][vNeons] == YELLOW_NEONS)
{
yellowneons[newveh] = CreateObject(18650,0,0,0,0,0,0);
yellowneons2[newveh] = CreateObject(18650,0,0,0,0,0,0);
AttachObjectToVehicle(yellowneons[newveh], newveh, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(yellowneons2[newveh], newveh, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
}
else if(VehicleInfo[v][vNeons] != NO_NEONS && VehicleInfo[v][vNeons] == PINK_NEONS)
{
pinkneons[newveh] = CreateObject(18651,0,0,0,0,0,0);
pinkneons2[newveh] = CreateObject(18651,0,0,0,0,0,0);
AttachObjectToVehicle(pinkneons[newveh], newveh, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(pinkneons2[newveh], newveh, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
}
I am suspecting, that this object could be the following ID's: 16436, 16437, 16438 and 16439. They are quite similar though, so search for them carefully in your files/pawno, whatever.
if you cant script, dont open a server with a free host and a downloaded script.