25.04.2014, 14:27
Thanks a lot!
I've been trying to add clientmessages which will show which sort they will receive, but it seems like it's failing on this one:
It sends the client message, but it only adds 1 gram of pot instead of 20... It works fine without the clientmessage.
How can I possibly add client messages at each case?
I've been trying to add clientmessages which will show which sort they will receive, but it seems like it's failing on this one:
pawn Код:
default: PlayerInfo[playerid][pPot] +=20 && SendClientMessage(playerid, COLOR_LIGHTBLUE, "You have harvested your plant and received 20 grams of regular pot."); // Pot
How can I possibly add client messages at each case?