23.11.2006, 07:54
OK, as i can't use GetInteriorName (it return me strange things, like AA, FF etc
), i 've used this command:
So...here is position for starting my test, this is near the Binco in LV :
X 2107.50
Y 2257.50
Z 11.00
Then i've do the few shop aroud this batiment.
My results:
As you can see, error with the pizza vendor and the cluckin bell 
Hope you can resolve it

pawn Code:
if(strcmp(cmdtext,"/name",true) == 0)
{
SendClientMessage(playerid,C2,intval[GetPlayerInteriorID(playerid)][intname]);
return 1;
}
X 2107.50
Y 2257.50
Z 11.00
Then i've do the few shop aroud this batiment.
My results:
Code:
+---------------+----------------+ | REAL NAME | GIVED NAME | +---------------+----------------+ | BINCO | BINCO | +---------------+----------------+ | CLUCKIN BELL | AMMUNATION | +---------------+----------------+ | 24/7 | 24/7 | +---------------+----------------+ | ZIP | ZIP | +---------------+----------------+ | PIZZA | AMMUNATION | +---------------+----------------+

Hope you can resolve it
