[Help]Machines Cola, Soda and Candy
#2

Quote:
Originally Posted by Stephan55
Does anyone know any code to delete or create disease when the eat in machines Cola, Soda and Candy? I tried using destroyobject ... so that has not ...

Look the comand for my DestroyObject :

public OnObjectMoved(objectid)
{
DestroyObject(1775);
DestroyObject(1302);
DestroyObject(1776);
}

Have a problem ? Or never Work ?
That will destroy objects with id 1775, 1302 and 1776 when any object moves. And make sure you're not using modelid there.
Reply


Messages In This Thread
[Help]Machines Cola, Soda and Candy - by Stephan55 - 09.06.2009, 03:03
Re: [Help]Machines Cola, Soda and Candy - by Correlli - 09.06.2009, 04:47

Forum Jump:


Users browsing this thread: 1 Guest(s)