Problem:
SendClientMessage(playerid, COLOR_GREEN, " Kupivte Limonada !");
new Float:health;
GetPlayerHealth(playerid, health);
SetPlayerHealth(playerid, health+25);
ApplyAnimation(playerid,"VENDING","VEND_Drink_P",4.1,0,0,0,0,0);
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "%s Kupi Limonada.", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
SetPlayerChatBubble(playerid, string, COLOR_PURPLE, 100.0, 5000);Kako ovde da ubacim kad kupish to da ti uzima lovu 😕
