take a look and help plz
#4

use this :
Код:
else
      {
        if(IsAnFarmer(playerid))
        {
          if(FarmerSpawn[playerid] == 0)
          {
            FarmerSpawn[playerid] = 1;
            SendClientMessage(playerid, COLOR_GREY, "  You will now spawn at the Normal Farm !");
          }
          else if(FarmerSpawn[playerid] == 1)
          {
            FarmerSpawn[playerid] = 0;
            SendClientMessage(playerid, COLOR_GREY, "  You will now spawn at the Drugs Farm !");
          }
        }
        else
        {
         SendClientMessage(playerid, COLOR_GREY, "  You dont own / rent a House !");
         return 1;
        }
      }
    return 1;
  }
Reply


Messages In This Thread
take a look and help plz - by KennYthegod - 24.04.2010, 14:45
Re: take a look and help plz - by sobolanux - 24.04.2010, 14:46
Re: take a look and help plz - by KennYthegod - 24.04.2010, 14:48
Re: take a look and help plz - by aircombat - 24.04.2010, 14:48
Re: take a look and help plz - by KennYthegod - 24.04.2010, 14:50
Re: take a look and help plz - by aircombat - 24.04.2010, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)