17.10.2015, 06:26
So this clearly states that these checks
Are not letting you create a pickup/weapon drop.
pawn Код:
new string[128];
if(gunID != 0 && gunAmmo != 0 && ValidDropGunID(gunID))
{
for(new i = 0; i < sizeof(DropInfo); i++)
{
if(DropInfo[i][dX] == 0.0 && DropInfo[i][dY] == 0.0 && DropInfo[i][dZ] == 0.0)
{