23.06.2012, 21:08
Considering it looks like the variable stores a string, is the variable actually a string?
Like this?
Not sure if that is a string, because I don't know what language this is and I don't know what the variable says.
pawn Код:
enum hInfo
{
Cijena[stringsize],
Adresa[stringsize]
}
HouseInfo[MAX_HOUSES][hInfo];
Not sure if that is a string, because I don't know what language this is and I don't know what the variable says.