HELP dialog
#5

Quote:

if(IsPlayerInHouse( playerid ))
{
for( new fid; fid < MAX_FURNITURES; fid++ )
{
if( HouseFurniture[ fid ][ fHouseId ] == hInfo[ GetPlayerHouse( playerid ) ][ hID ] )
{
format( string, sizeof( string ), "%sObject %d: %s\n", string, slot, HouseFurniture[ fid ][ fName ] );
PlayerSlots[ playerid ][ slot ] = fid;
slot++;
rado = 1;
}
}
}
else if(IsPlayerInBusiness( playerid ))
{
for( new fid; fid < MAX_FURNITURES; fid++ )
{
if( BizzFurniture[ fid ][ fHouseId ] == bInfo[ GetPlayerBusiness( playerid ) ][ bID ] )
{
format( string, sizeof( string ), "%sObject %d: %s\n", string, slot, BizzFurniture[ fid ][ fName ] );
PlayerSlots[ playerid ][ slot ] = fid;
slot++;
rado = 1;
}
}
}

This is the code, I do that #Schneider.
Reply


Messages In This Thread
HELP dialog - by Erno. - 19.01.2015, 19:59
Re: HELP dialog - by Erno. - 19.01.2015, 20:31
Re: HELP dialog - by Clad - 19.01.2015, 20:33
Re: HELP dialog - by Schneider - 19.01.2015, 20:36
Re: HELP dialog - by Erno. - 20.01.2015, 09:38
Re: HELP dialog - by Luca12 - 20.01.2015, 09:42
Re: HELP dialog - by Schneider - 20.01.2015, 14:06
Re: HELP dialog - by Erno. - 24.01.2015, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)