22.02.2011, 12:41
Hey,I want to make that when player killed other player,he will get messege on right side: Owned.
I was making like this:
and:
But not works,it shows owned who dies.
I was making like this:
Код:
// OnPlayerDeath:
if (killerid) {
format(string, sizeof(string), "~r~ Owned");
GameTextForPlayer(playerid, string, 1000, 1);
}
Код:
if (playerid) {
format(string, sizeof(string), "~r~ Owned");
GameTextForPlayer(playerid, string, 1000, 1);
}

