Remove object help plz!
#1

OK guyz, for some days ago i posted about how to "delete" object, i have kinda fixed it now, but i dont rly delete it, i can just drive thru it, how can i fix so thats not happening?

Код:
public OnFilterScriptInit()
{
	RemoveObject(11372, -2076.4375, -107.9297, 36.9688, 200.0);    //driftschool
	RemoveObject(11014, -2076.4375, -107.9297, 36.9688, 200.0);     //driftschool
	return 1;
}
Reply
#2

What are you on about?

Explain in English. Use translate.******.com if you need to. (I'm not being offensive, I just want to understand you to help you).

Thanks.
Reply
#3

Код:
public OnPlayerFilterScript()
        RemoveObject(11372, -2076.4375, -107.9297, 36.9688, 200.0);    //driftschool
	RemoveObject(11014, -2076.4375, -107.9297, 36.9688, 200.0);     //driftschool
	return 1;
}
ok, i have deleted 2 objects, but the object is still there, i can "see" it, but i can drive thru it.




but how can i do so i cant see the "removedobject" ?
Reply
#4

There's no such thing as "RemoveObject"?
Reply
#5

what is it then?
Reply
#6

DestroyObject?

RemoveBuildingForPlayer.
Reply
#7

ah k, can try. Thx
Reply
#8

its still like its on the picture -.- and i use now DestroyObject,and i tested with RemoveBuildingForPlayer and its still same on the pic, what to do?
Reply
#9

Here use this
Код:
RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);
Reply
#10

hmm. its still same on the pic, but its 1 thing more here, the whole object isnt able to go thru, only half :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)