03.06.2009, 20:38
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:
Well... the big quastion is why I cant kill any other players, and he cant kill me...
Thanks for answers
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; }
Thanks for answers