Furniture not showing the ID
#3

Quote:
Originally Posted by vassilis
Посмотреть сообщение
There is nothing wrong here twinki, Show us myfurniture command
Weird shit Im tellin u
PHP код:
YCMD:myfurniture(playerid,params[],help) { 
    new 
string[128]; 
    if(
help) return SendClientMessage(playerid,COLOR_RED,"This command is used to list all your house furniture"); 
    for(new 
0MAX_FURNITURE;x++) { 
        if(
AccInfo[playerid][HouseOwner] == FurnitureData[x][FurnitureMaster]) { 
            
format(string,sizeof(string),"Object ID: %i || SQL ID: %i || Model ID: %i\n",FurnitureData[x][FurnitureObject],FurnitureData[x][FurnitureID],FurnitureData[x][FurnitureModel]); 
            
SendClientMessage(playerid,COLOR_RED,string); 
        } 
    } 
    return 
true

Reply


Messages In This Thread
Furniture not showing the ID - by TwinkiDaBoss - 19.12.2015, 16:10
Re: Furniture not showing the ID - by vassilis - 19.12.2015, 16:24
Re: Furniture not showing the ID - by TwinkiDaBoss - 19.12.2015, 16:32
Re: Furniture not showing the ID - by vassilis - 19.12.2015, 16:36
Re: Furniture not showing the ID - by TwinkiDaBoss - 19.12.2015, 16:40
Re: Furniture not showing the ID - by TwinkiDaBoss - 19.12.2015, 17:07

Forum Jump:


Users browsing this thread: 2 Guest(s)