[FilterScript] [FS]Weapons&MoneyOnPlayerDeath
#10

Quote:
Originally Posted by BBAT
Посмотреть сообщение
For that one do this:

OnTop

pawn Код:
new weaponz;
new ammoz;
Under OnPlayerDeath

pawn Код:
weaponz = GetPlayerWeapon(playerid);
ammoz = GetPlayerAmmo(playerid);
Under OnPlayerPickUpPickup

Replace

pawn Код:
GivePlayerWeapon(playerid,29,9999);
with

pawn Код:
GivePlayerWeapon(playerid, weaponz, ammoz);
This is a nice suggestion.

When player dies. Get their pos. Get the weapons. Get the cash. Create a pickup with info from weapons and cash so that you an be accurate in what the other player picks u.
Reply


Messages In This Thread
[FS]Weapons&MoneyOnPlayerDeath - by Dr.Ghost - 21.02.2011, 20:27
Re: [FS]Weapons&MoneyOnPlayerDeath - by Eirikm - 21.02.2011, 20:32
Re: [FS]Weapons&MoneyOnPlayerDeath - by Dr.Ghost - 21.02.2011, 20:36
Re: [FS]Weapons&MoneyOnPlayerDeath - by Anzhelov - 22.02.2011, 09:48
Re: [FS]Weapons&MoneyOnPlayerDeath - by BBAT - 22.02.2011, 10:06
Re: [FS]Weapons&MoneyOnPlayerDeath - by Kwarde - 22.02.2011, 10:29
Re: [FS]Weapons&MoneyOnPlayerDeath - by BBAT - 22.02.2011, 10:36
Re: [FS]Weapons&MoneyOnPlayerDeath - by Dr.Ghost - 23.02.2011, 17:35
AW: [FS]Weapons&MoneyOnPlayerDeath - by .LaaRs. - 23.02.2011, 18:43
Re: [FS]Weapons&MoneyOnPlayerDeath - by Tee - 25.02.2011, 18:18

Forum Jump:


Users browsing this thread: 2 Guest(s)