13.12.2010, 14:32
Hello,
Recently during creating of my new gamemode, I got the idea of function SetPlayerKillableForPlayer:
For example:
Now player with ID 69 can't kill player with ID 45, but other players can kill him.
And now player with ID 45 is again killable.
What do You think about this function? Best Rgds.
Recently during creating of my new gamemode, I got the idea of function SetPlayerKillableForPlayer:
Код:
SetPlayerKillableForPlayer(playerid, killableplayerid, bool:killable);
Код:
SetPlayerKillableForPlayer(69, 45, false);
Код:
SetPlayerKillableForPlayer(69, 45, true);
What do You think about this function? Best Rgds.