16.03.2009, 20:33
Is there a way to do that when xStreamer FS unloads it will Destroy All objects that it Spawned in the Script?
here is the Release topic: http://forum.sa-mp.com/index.php?topic=85795.0
Almost no1 looks at the last pages so I ask here....
I know it has to be:
but the thing is i dunno what Objectid i need to put so it wil destroy all of them ![angry](images/smilies/mad.gif)
Please help
here is the Release topic: http://forum.sa-mp.com/index.php?topic=85795.0
Almost no1 looks at the last pages so I ask here....
I know it has to be:
pawn Код:
public OnFilterScriptExit()
{
DestroyStreamedObject(objectid);
return 1;
}
![angry](images/smilies/mad.gif)
Please help