SA-MP Forums Archive
Help please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please (/showthread.php?tid=88321)



Help please - pierhs - 25.07.2009

I tried to add weapon saving system but when the player dies he keeps the guns.so what should i do to prevent this?I mean how the player loose his guns after death


Re: Help please - pierhs - 25.07.2009

Also recommend me a good weapon saving system or give me the code(im using gf gamemode)Thanks


Re: Help please - Paladin - 25.07.2009

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
ResetPlayerWeapons(playerid)
}
Simple