08-07-2007, 04:43 AM
I think you're missing one last part. ;-)
-- Server Side
In Sub PlayerMapDropItem, Find:
Replace With:
-- Server Side
In Sub PlayerMapDropItem, Find:
Code:
Call SpawnItemSlot(i, MapItem(GetPlayerMap(Index), i).Num, Ammount, MapItem(GetPlayerMap(Index), i).Dur, GetPlayerMap(Index), GetPlayerX(Index), GetPlayerY(Index))
Code:
Call SpawnItemSlot(i, MapItem(GetPlayerMap(Index), i).Num, Ammount, MapItem(GetPlayerMap(Index), i).Dur, GetPlayerMap(Index), GetPlayerX(Index), Yloc)