26.01.2012, 13:51
Troque isto:
Por isto:
pawn Код:
new cut = PlayerInfo[playerid][pLevel]*deathcost; // ou deathcost
GivePlayerMoneyEx(playerid, -cut);
pawn Код:
new cut = deathcost; // ou deathcost
GivePlayerMoneyEx(playerid, -cut);

