Jump to content

BigJoe

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by BigJoe

  1. كلم ميمو برنس سكايب memo.prince78 هيشرحلك ازاي تشغلها
  2. انا عايز حل مشكلة * Failed querying the server. مع اني حاطط الملفات كلها ومفيش حاجة ناقصة
  3. برضوا مش بيسحب مني فلوس !
  4. مش فاهم انا عايز الاكواد كاملة هنا انا تفكيري علي قدي معلش
  5. سلام عليكم انا طمعان في حد يديني اكواد لوحة Open Game Panel وله جزيل الشكر
  6. No مش بيسحب فلوس برضوا
  7. شكرا لردك ومساعدتك بس مايسحب الفلوس نفس الشيء
  8. السلام عليكم addCommandHandler("buyhouse", function(thePlayer) if(getElementData(thePlayer, "house:lastvisit")) and (getElementData(thePlayer, "house:lastvisit") ~= false) then local house = getElementData(thePlayer, "house:lastvisit") if(house) then local id = house local owner = houseData[id]["OWNER"] if(owner ~= "None") then outputChatBox("You can't buy this house!", thePlayer, 255, 0, 0) else local houses = 0 for index, col in pairs(getElementsByType("colshape")) do if(getElementData(col, "house") == true) and (houseData[getElementData(col, "ID")]["OWNER"] == getPlayerName(thePlayer)) then houses = houses+1 if(houses == max_player_houses) then outputChatBox("You have allready "..max_player_houses.." houses! Sell a house to buy this one.", thePlayer, 255, 0, 0) return end end end local money = getPlayerMoney(thePlayer) local price = houseData[id]["PRICE"] if(money < price) then outputChatBox("You have not enought money! You need "..(price-money).."$ more!", thePlayer, 255, 0, 0) return end setHouseData(id, "OWNER", getPlayerName(thePlayer)) takePlayerMoney(thePlayer, price) takePlayerMoney(thePlayer, money) outputChatBox("Congratulations! You bought the house!", thePlayer, 0, 255, 0) setElementModel(houseData[id]["PICKUP"], 1272) setElementModel(houseData[id]["BLIP"], 32) end end end end) لما أشتري البيت الفلوس ما تتسحب !؟ وش الحل
  9. تحيا مصر بعد كل ده يا عم كلها سنة او 2 و هتلاقي مفيش نت ولا كهرباء انا بتريق علي فكرة DABL انا ارد بمزاجي ومردش بمزاجي انت مش شاريلي نتي ولا هتحكمني
  10. DABL معرفش مش مصدقني لية انت عيل متستاهلش حد يفيدك وتحيا مصر
  11. لو شركة TE Data يبقي مش هتعرف تلعب اون لاين تاني لآنها منعت 1- Online Gaming عند بعض الناس 2- VOIP عند كل الناس 3- uTorrnet عند كل الناس
×
×
  • Create New...