20.03.2015, 17:42
Change:
to:
You were giving the drugs to ID 'giveplayerid' which would be 0 by default.
pawn Код:
PlayerInfo[playerid][pHarvest] = 0;
PlayerInfo[giveplayerid][pDrugs] += 50;
pawn Код:
PlayerInfo[playerid][pHarvest] = 0;
PlayerInfo[playerid][pDrugs] += 50;