How to respawn an object?
#1

Hey, I need to respawn an Object with a command like "/respawngate" Thanks.
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=278463
Reply
#3

new object;

object = CreateObject.....

oncommandtext:

/respawngate

DestroyObject(object);
object = CreateObject(.....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)