06.07.2011, 03:12
Like if im in the Ammunation, then it sais Cluckin Bell, and somethimes it output blank
i use this to test
i use this to test
pawn Код:
CMD:int(playerid,params[])
{
new string[128];
format(string,sizeof(string),"Interior name: %s", GetPlayerInteriorName(playerid));
SendClientMessage(playerid,-1,string);
return 1;
}