[Help]Machines Cola, Soda and Candy
#1

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


Forum Jump:


Users browsing this thread: 1 Guest(s)