10.09.2018, 23:32
PHP код:
if(Player[playerid][MarijuanaGrams] >= MARIJUANA_MAX_CAPACITY) return SCM(playerid, COLOR_RED,"* You have reached max ammount of marijuana grams you can carry. Sell some at local DPS (/findps) first.");
if(PlantData[plantid][plantDrugs] >= 1)
{
PlantData[plantid][plantDrugs] --;
Player[playerid][MarijuanaGrams] ++;
}