How to get money from KILL look for more info
#1

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
Reply
#2

Use OnPlayerDeath and a text label.
Reply
#3

Quote:
Originally Posted by Bulgaria
Посмотреть сообщение
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
This is for the price.
Код:
GivePlayerMoney(playerid,yourprice); player being killed
GivePlayerMoney(killerid,2500);

put it below OnPlayerDeath
Textlabel.
Код:
GameTextForPlayer(killerid,"~r~texthere~n~bonushere(money or exp)",2000,6);
SetPlayerWantedLevel(killerid,1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)