03.04.2015, 13:20
Quote:
Hello i want to ask how to make sytem when i kill a player they show me a coloured text bottom right (You kill a player, price 2500$ ) something like this and the player who die show text you killed or you die no matter Thanks in advance
|
Код:
GivePlayerMoney(playerid,yourprice); player being killed GivePlayerMoney(killerid,2500); put it below OnPlayerDeath
Код:
GameTextForPlayer(killerid,"~r~texthere~n~bonushere(money or exp)",2000,6); SetPlayerWantedLevel(killerid,1);