OnPlayerDeath [help]
#2

Well, first search for the dead cop object, then do something like so:

pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreateObject(DEADCOPOBJECTHERE, X, Y, Z, 0.0, 0.0, 0.0, 100.0);
And if you want to delete that object, make a timer!
Reply


Messages In This Thread
OnPlayerDeath [help] - by Karl1195 - 16.09.2010, 23:18
Re: OnPlayerDeath [help] - by [L3th4l] - 16.09.2010, 23:26
Re: OnPlayerDeath [help] - by Toni - 16.09.2010, 23:27
Re: OnPlayerDeath [help] - by Karl1195 - 16.09.2010, 23:27
Re: OnPlayerDeath [help] - by Toni - 16.09.2010, 23:32
Re: OnPlayerDeath [help] - by Karl1195 - 16.09.2010, 23:36
Re: OnPlayerDeath [help] - by Karl1195 - 17.09.2010, 00:00
Re: OnPlayerDeath [help] - by [L3th4l] - 17.09.2010, 00:02
Re: OnPlayerDeath [help] - by Toni - 17.09.2010, 00:03
Re: OnPlayerDeath [help] - by Karl1195 - 17.09.2010, 00:05

Forum Jump:


Users browsing this thread: 1 Guest(s)