SA-MP Forums Archive
how to remove this obejct??? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: how to remove this obejct??? (/showthread.php?tid=601132)



how to remove this obejct??? - RedRex - 17.02.2016

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



Re: how to remove this obejct??? - Chilli9434 - 17.02.2016

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.


Re: how to remove this obejct??? - RedRex - 17.02.2016

Look I'm not Find my Where the Objects i go find all Files BUT There is And i check Pawno too


Re: how to remove this obejct??? - Amunra - 17.02.2016

Check your Pawno with code CreateObject or CreateDynamicObject and See the Same Coordinats and Delete it,
I Recommended use SAMP EDITOR to Easy Delete or Create Object !
If you want use EDITOR Samp, Maybe u must load this Pawno file and Goto the area ,delete all and Recompile the Pawno


Re: how to remove this obejct??? - RedRex - 17.02.2016

ok ty let me try


Re: how to remove this obejct??? - RedRex - 17.02.2016

I Swear Bro i Search the is only
Код:
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);
				}



Re: how to remove this obejct??? - Erwin. - 17.02.2016

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.


Re: how to remove this obejct??? - BurnZ - 17.02.2016

if you cant script, dont open a server with a free host and a downloaded script.


Re: how to remove this obejct??? - RedRex - 17.02.2016

Ok Justice i go try


Re: how to remove this obejct??? - RedRex - 17.02.2016

Thaaaaaaaaaaanks Worked Justice +rep