14.08.2008, 19:33
If im right you try to give the Player a Drug who enters the pickup.
If you want to ADD a drug to the current drugs the player has, youll have to do it like that:
PlayerInfo[playerid][pDrugs] += 1;
Or if you want to TAKE 1 drug:
PlayerInfo[playerid][pDrugs] -= 1;
If you want to ADD a drug to the current drugs the player has, youll have to do it like that:
PlayerInfo[playerid][pDrugs] += 1;
Or if you want to TAKE 1 drug:
PlayerInfo[playerid][pDrugs] -= 1;