25.07.2009, 20:54
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
public OnPlayerDeath(playerid, killerid, reason) { ResetPlayerWeapons(playerid) }