14.01.2013, 11:02
What is it? Correctly:
And change GiveMoney to GivePlayerMoney (GiveMoney doesn't exists), GetMoney to GetPlayerMoney, and remove the minus:
pawn Код:
DropInfo[i][dz] == 0.0 && pdeathcash > 15000
pawn Код:
new pdeathcash = GetPlayerMoney(playerid);
// blah-blah-blah
GivePlayerMoney(playerid, pdeathcash - 15000);