Help: Objects spawn on death
#1

How to make a certain object spawn after death?
I'm making a stunt server with explosive barrels, I need to know how to make them respawn when someone crashes into them and dies.
Reply
#2

I think the barrels spawn right after death? If not then create the object again.
Reply
#3

OnPlayerDeath(playerid,killerid)
{
CreateObject(etc....);
return 1;
}
Reply
#4

Quote:
Originally Posted by [AC
Etch ]
OnPlayerDeath(playerid,killerid)
{
CreateObject(etc....);
return 1;
}
And create 5000 objects after a day.

Destroy them with DestroyObject and then recreate them again
Reply
#5

I tried OnPlayerDeath but they don't respawn :S
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)