SA-MP Forums Archive
List issue ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: List issue ? (/showthread.php?tid=610395)



List issue ? - sampkinq - 23.06.2016

SOLVED



Re: List issue ? - AbyssMorgan - 23.06.2016

PHP Code:
{6"Soygun Dene", {""}, {""}} // <--- reason 



Re: List issue ? - sampkinq - 23.06.2016

I want that part to be blank.


Re: List issue ? - Bomber07 - 23.06.2016

Exemple:

Quote:

enum _SevenSuperMarketData
{
sayiX,
_@isim[32],
adet,
fiyat
}

new _SevenSuperMarket[][_SevenSuperMarketData] = {
{0, "İp", 5, 10000},
{1, "Makas", 1, 50000},
{2, "Sosis", 5, 150000},
{3, "Anti STI", 1, 20000},
{4, "Gьvenli Cьzdan", 1, 50000},
{5, "Şırınga", 1, 50000},
{6, "Soygun Dene", 1, 50000}




Re: List issue ? - jollyjoe321 - 23.06.2016

I'm not familiar with PAWN, but do you need the parentheses around the string markers? ("")

And also, why do you want it to be blank? In this case it makes sense for it only to be showing monetary values and 0 in stock.


Re: List issue ? - [KHK]Khalid - 23.06.2016

So, you want it to be blank in the dialog as well, not 0?