House Question
#2

pawn Код:
stock IsPlayerOwner()
{
     if(hBuyer[playerid] != houseowner) // you have to use your house var or enum to make it also loop all houses
     {
          return 1;
     }
     return 0;
}
Reply


Messages In This Thread
House Question - by Dr - 16.09.2011, 00:07
Re: House Question - by StuffBoy - 16.09.2011, 00:44
Re: House Question - by Dr - 16.09.2011, 01:01
Re: House Question - by EvoRP - 16.09.2011, 01:06
Re: House Question - by =WoR=Varth - 16.09.2011, 01:07
Re: House Question - by Dr - 16.09.2011, 01:39
Re: House Question - by =WoR=Varth - 16.09.2011, 01:44

Forum Jump:


Users browsing this thread: 2 Guest(s)