kill error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: kill error (
/showthread.php?tid=90672)
kill error -
sandisk125 - 09.08.2009
why when someone plays my server, and they killed imself so why the server crashes?
Re: kill error -
WrathOfGenesis - 09.08.2009
Can we see your OnPlayerDeath please?
Re: kill error -
shady91 - 09.08.2009
you need to post you OnPlayerDeath Before we can help mate.
Re: kill error -
sandisk125 - 09.08.2009
my OnPlayerDeath are empty, that's the reason?
Re: kill error -
WrathOfGenesis - 09.08.2009
Theres nothing in there atall?
Re: kill error -
sandisk125 - 09.08.2009
i mean i not typed nothing in onplayerdeath
Re: kill error -
shady91 - 09.08.2009
what happens you type /kill or shoot on foot or drive by need to no all details please.
Re: kill error -
sandisk125 - 09.08.2009
IF some player killed so the server crashes
Re: kill error -
WrathOfGenesis - 09.08.2009
Does that mean if they die in ANY way?
Please post your OnPlayerDeath even if youve put nothing in it.
Re: kill error -
sandisk125 - 09.08.2009
if player dies anyway!
Quote:
public OnPlayerDeath(playerid, killerid, reason)
{
return 1;
}
|