List issue ?
#1

SOLVED
Reply
#2

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

I want that part to be blank.
Reply
#4

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}

Reply
#5

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.
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)