SA-MP Forums Archive
[HELP] Cant figure out this one guys... - 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: [HELP] Cant figure out this one guys... (/showthread.php?tid=80340)



[HELP] Cant figure out this one guys... - FreddeN - 03.06.2009

I have this problem everytime, even if the script are new...
When a player joins, we cant kill each other...

I think it's because SendDeathMessage?

My looks like this... simple:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
	return 1;
}
Well... the big quastion is why I cant kill any other players, and he cant kill me...

Thanks for answers


Re: [HELP] Cant figure out this one guys... - lol2112 - 03.06.2009

You mean that your health actually doesn't go down if you shoot each other? If so then SendDeathMessage has nothing to do with it...I've no idea what that is.


Re: [HELP] Cant figure out this one guys... - HuRRiCaNe - 03.06.2009

I think he cannot see the msg of death like
BiG_Sm0k3 (sawnoffs picture) lol2112


Re: [HELP] Cant figure out this one guys... - lol2112 - 03.06.2009

Hmm. His code is right so I don't know why it wouldn't display...


Re: [HELP] Cant figure out this one guys... - Luka P. - 03.06.2009

Explain little more.
How you can`t kill nobody or nobody can`t kill you?


Re: [HELP] Cant figure out this one guys... - FreddeN - 03.06.2009

Quote:
Originally Posted by [Luka
]
Explain little more.
How you can`t kill nobody or nobody can`t kill you?
As I said, we "cant" kill each other, the health meter dosnt move when we try to shoot/hit each other, but it works if we jump from houses etc...


Re: [HELP] Cant figure out this one guys... - Luka P. - 03.06.2009

Does your players moves like a robot? If yes,your Internet (or your players) lags very much.


Re: [HELP] Cant figure out this one guys... - Mr_Finnigan - 03.06.2009

Quote:
Originally Posted by [Luka
]
Does your players moves like a robot? If yes,your Internet (or your players) lags very much.
I'm sure he had both him and someone esle stand still and lock on and unload a clip into each other,at least i hope he did.


Re: [HELP] Cant figure out this one guys... - FreddeN - 03.06.2009

Quote:
Originally Posted by [Luka
]
Does your players moves like a robot? If yes,your Internet (or your players) lags very much.
I have good internet speed, and It's not a sync bug, we tries to use explosives, but nothing kills the player or me...


Re: [HELP] Cant figure out this one guys... - lol2112 - 03.06.2009

What do you mean by "it works if we jump from houses"? Are you using SetPlayerVirtualWorld or anything like that?