06.07.2010, 22:44
How to
If i kill anyone, then drop killed player weapon on ground so others can take them?
If i kill anyone, then drop killed player weapon on ground so others can take them?
public OnPlayerDeath(playerid, killerid, reason)
{
DropPlayerWeapons(playerid);
return 1;