Posts: 1,208
Threads: 36
Joined: Apr 2015
PHP Code:
{6, "Soygun Dene", {""}, {""}} // <--- reason
Posts: 188
Threads: 59
Joined: Sep 2013
Reputation:
0
I want that part to be blank.
Posts: 61
Threads: 3
Joined: Jun 2015
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}
|
Posts: 23
Threads: 1
Joined: Jan 2010
Reputation:
0
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.
Posts: 854
Threads: 5
Joined: Jan 2012
Reputation:
0
So, you want it to be blank in the dialog as well, not 0?