08.01.2015, 06:53
I have a variable 'shopname'
But, this gives me 'You are in .' , no shopname. Can someone tell me any idea about how to fix it?
PHP код:
new shopname[128][128];
PHP код:
blah blah blah..................................................
format(shopname[26], sizeof(shopname), "Well Stacked Pizza Co");
format(string, sizeof(string), "You are in %s.", shopname[26]);
SendClientMessage(playerid, COLOR_ORANGE, string);

