02.02.2013, 12:16
I got an problem, i guess it's an easy fix, but my brain just stoped.
Working on a DD/DM server.
Trying to get the death symbol (Splat, 54) do show up when you die.
But it just wont work.
This is the snipet
SendDeathMessage(0, playerid, 54);
"killerid" where i did set an -1 and 0 and my brain stoped here! -.-
Working on a DD/DM server.
Trying to get the death symbol (Splat, 54) do show up when you die.
But it just wont work.
This is the snipet
pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
SendDeathMessage(0, playerid, 54);
RemovePlayerFromRace(playerid);
TogglePlayerSpectating(playerid, 1);
PlayerSpectatePlayer(playerid, killerid);
return 1;
}
"killerid" where i did set an -1 and 0 and my brain stoped here! -.-