KB.HERO Posted September 29, 2018 Share Posted September 29, 2018 Username:KB.HERO Problema întălnită:Biz Detalii despre problemă:Nu pot cumpara biz imi zice ca am un biz cind dau /buybiz,si cind dau /sellbiztostate imi zice ca nam biz Ce ai încercat să faci înainte să postezi?:Sa rezolv dar nu se primeste Cod sursă (recomandat pastebin.com) :https://pastebin.com/UAYHgMqf Alte detalii:Si ceva errori la comanda /buybiz screen: screen errori: Link to comment Share on other sites More sharing options...
Matt Posted September 29, 2018 Share Posted September 29, 2018 Peste tot ai pus "BizzInfo[bEntranceX]", "BizzInfo[bEntranceY]" dar ai folosit un loop prin biz-uri, ai uitat sa pui: BizzInfo[b][bEntranceX] BizzInfo[b][bEntranceY] . . . 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...
KB.HERO Posted September 29, 2018 Author Share Posted September 29, 2018 12 minutes ago, iMatt said: Peste tot ai pus "BizzInfo[bEntranceX]", "BizzInfo[bEntranceY]" dar ai folosit un loop prin biz-uri, ai uitat sa pui: BizzInfo[b][bEntranceX] BizzInfo[b][bEntranceY] . . . Adica peste tot ?> Link to comment Share on other sites More sharing options...
KB.HERO Posted September 29, 2018 Author Share Posted September 29, 2018 Gata Link to comment Share on other sites More sharing options...
Matt Posted September 29, 2018 Share Posted September 29, 2018 Acum 2 minute, KB.HERO a spus: Adica peste tot ?> Normal, trebuie sa specifici fiecare index al unui vector.... 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...
MIonel Posted September 29, 2018 Share Posted September 29, 2018 https://payskip.org/AHEHL pune asa. Link to comment Share on other sites More sharing options...
Administrator Leonard Posted September 29, 2018 Administrator Share Posted September 29, 2018 for(new b = 1; b < sizeof(++) Ce drq e asta? .... la fel si if(PlayerToPoint(2.0, playerid, BizzInfo[bEntranceX], BizzInfo[bEntranceY], BizzInfo[bEntranceZ]) && BizzInfo[bOwned] == 0) ...... modifica porcariile alea de mai sus cu for(new b = 1; b < sizeof(BizzInfo); b++) si if(PlayerToPoint(2.0, playerid, BizzInfo[b][bEntranceX], BizzInfo[b][bEntranceY], BizzInfo[b][bEntranceZ]) && BizzInfo[b][bOwned] == 0) www.liberty.mp Link to comment Share on other sites More sharing options...
Administrator Leonard Posted October 3, 2018 Administrator Share Posted October 3, 2018 Problema a fost rezolvată. Topic închis! www.liberty.mp Link to comment Share on other sites More sharing options...
Recommended Posts