Little HELP
#1

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
SendClientMessage(killerid, COLOR_GREEN, "You Have Got 500 $ + 150 Rocket Laucher Ammo ");
GivePlayerWeapon(killerid, 35, 150);
SetPlayerPos(killerid,1958.3783,1343.1572,15.3746);
GivePlayerMoney(killerid,500);
GivePlayerMoney(playerid,-500);
SendClientMessage(playerid, COLOR_GREEN, "You Have Been Droped Out From Minigun Madness (Reason : Died)");
SendClientMessage(killerid, COLOR_GREEN,"");
return 1;
}
I want that when player dies that killer get a spawn and get his weapons in reward and there will be a textmessage to all
killerid name has won the minigun madness.


Thnx
Reply
#2

Please Fast anyone Plz
Reply
#3

anyone please correct
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)