Matt Posted July 27, 2018 Share Posted July 27, 2018 Asa e pe wikipedia: http://wiki.sa-mp.com/wiki/Random new value = random(5); // 'value' might be 0, 1, 2, 3 or 4. 5 possible values. Pe wikipedia scrie exact ce iti explicam eu... Respecta si vei fi respectat. BigInt Pawn: Pacman C++: Snake C++: Minesweeper C++: mattbb.cash leaks.ro Link to comment Share on other sites More sharing options...
Administrator Leonard Posted July 27, 2018 Administrator Share Posted July 27, 2018 Cum vrei sa ai "case" fara un switch? :| switch(variabila) { case 0: {} case 1: {} default: {} } case 0 -> cazul 0 case 1 -> cazul 1 default -> daca variabila nu are nici valoarea 0 nici 1, atunci intra in functiune cazul default Matt 1 www.liberty.mp Link to comment Share on other sites More sharing options...
DiBlaine Posted July 28, 2018 Share Posted July 28, 2018 new value = random(5); // 'value' might be 0, 1, 2, 3 or 4. 5 possible values.Pe wikipedia scrie exact ce iti explicam eu... Ce mi-ai explicat tu? 5 posibile numere(0,1,2,3,4) dar niciodata nu va putea fi numarul 5. Matt 1 Link to comment Share on other sites More sharing options...
Matt Posted July 28, 2018 Share Posted July 28, 2018 Ce mi-ai explicat tu? 5 posibile numere(0,1,2,3,4) dar niciodata nu va putea fi numarul 5. Oops, ai dreptate, acum am observat ce am spus. Chiar si asa, nu ar da eroare la switch daca pui un caz care nu poate fi gasit... Respecta si vei fi respectat. BigInt Pawn: Pacman C++: Snake C++: Minesweeper C++: mattbb.cash leaks.ro Link to comment Share on other sites More sharing options...
DiBlaine Posted July 28, 2018 Share Posted July 28, 2018 Oops, ai dreptate, acum am observat ce am spus. Chiar si asa, nu ar da eroare la switch daca pui un caz care nu poate fi gasit... Eh... eu unul nu am intampinat o asemenea eroare, am aberat si eu cu ce am spus acolo dar am incercat sa ajut... nu m-am uitat exact la cod, a fost chiar usor de vazut problema dar daca nu esti atent nu iti poti da seama :)), scuze hai sa nu mai facem free chat. Matt 1 Link to comment Share on other sites More sharing options...
Administrator Leonard Posted August 1, 2018 Administrator Share Posted August 1, 2018 Problema a fost rezolvată. Topicul a fost închis! www.liberty.mp Link to comment Share on other sites More sharing options...
Recommended Posts