how to remove this obejct???
#1

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
Reply
#2

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.
Reply
#3

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

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
Reply
#5

ok ty let me try
Reply
#6

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);
				}
Reply
#7

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.
Reply
#8

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

Ok Justice i go try
Reply
#10

Thaaaaaaaaaaanks Worked Justice +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)