Search Results
Quote: Originally Posted by Mauzen Do you guys even have the slightest idea of what youre writing here, or are you just randomly adding/removing caharacters from the code? Probably "Weed...
176
Quote: Originally Posted by IceBilizard replace pawn Code: new buds = random(6); (max-1) with pawn Code: new buds = 1 + random(4); Quote: Originally Posted by IceBilizar...
176
Quote: Originally Posted by IceBilizard replace pawn Code: new buds = random(6); (max-1) with pawn Code: new buds = 1 + random(4); Nope, I still get those errors.
176
So my weed system - you can get between 1 - 5 buds from one plant. new buds = random(6); (max-1) PlayerInfo[playerid][Weed] += buds; However, on "PlayerInfo[playerid][Weed] += buds;" I get these err...
176