House labels for '/newname' command
#5

Ah, sorry.
Then do it like this:
PHP код:
for(new i,j=sizeof(HouseData);i<j;i++)
{
    if(!
strcmp(HouseData[i][Owner],pname,true))
    {
         
format(HouseData[i][Owner],MAX_PLAYER_NAME,params);
           
UpdateHouseLabel(i);
         continue;
    }

Reply


Messages In This Thread
House labels for '/newname' command - by FaLLenGirL - 19.03.2017, 21:38
Re: House labels for '/newname' command - by FaLLenGirL - 20.03.2017, 09:49
Re: House labels for '/newname' command - by Mencent - 20.03.2017, 12:47
Re: House labels for '/newname' command - by FaLLenGirL - 20.03.2017, 13:48
Re: House labels for '/newname' command - by Mencent - 20.03.2017, 13:54
Re: House labels for '/newname' command - by FaLLenGirL - 20.03.2017, 14:00

Forum Jump:


Users browsing this thread: 1 Guest(s)