Looping 2 things
#2

Well since I don't know your business informations and...
I would be better if you add under /enter,under the biz enter thing...
PlayerInfo[playerid][Binside] = put here your business id info like Bininfo[bizid][id]..;
And under entering a house
PlayerInfo[playerid][Hinside] = put here your house Id info Same as business;
And at this command,/Area
pawn Код:
If(GetPlayerInterior(playerid) > 0 || PlayerInfo[playerid][Binside] == 1)
{
        new bID;
        bID = PlayerInfo[playerid][Binside];
        format(string,sizeof(string),"%s(%i) is inside %s",GetName(id),id,bInfo[bID][bName]);
}
And same for house..
Reply


Messages In This Thread
Looping 2 things - by ZBits - 09.03.2014, 16:37
Re: Looping 2 things - by XK - 09.03.2014, 16:51

Forum Jump:


Users browsing this thread: 1 Guest(s)