Jump to content

Baseplate

Members
  • Posts

    1,417
  • Joined

  • Last visited

Everything posted by Baseplate

  1. Baseplate

    Problems

    I can give you the full script on private.
  2. Of course if he have vG scripts, you goddamn scripts vaginal. walkdown, try to just mix some gamemodes in one server, got what I mean?
  3. Baseplate

    Problems

    I'm trying to make a medic job, however I got stuck within this, for the event and the takeButton they are already defined but I don't want to put my script here. WARNING: [CPG]emergency\medic_client.lua:105: Bad arguement @ 'addEventHandler' [Expected element at arguement 2, got nil] addEventHandler("onClientGUIClick", takeButton, function() if (guiGridListGetSelectedItem(GUIEditor.gridlist[1]) == skin1) and not getElementData(localPlayer, "Occupation") == "Paramedic" then triggerServerEvent("takeJobAs274", localPlayer) triggerEvent("closeMedicWindow", root) exports.DxChat:sayClientMessage("You're now employed as paramedic!", 0, 255, 0) elseif (guiGridListGetSelectedItem(GUIEditor.gridlist[1]) == skin2) and not getElementData(localPlayer, "Occupation") == "Paramedic" then triggerServerEvent("takeJobAs275", localPlayer) triggerEvent("closeMedicWindow", root) exports.DxChat:sayClientMessage("You're now employed as paramedic!", 0, 255, 0) elseif (guiGridListGetSelectedItem(GUIEditor.gridlist[1]) == skin3) and not getElementData(localPlayer, "Occupation") == "Paramedic" then triggerServerEvent("takeJobAs276", localPlayer) exports.DxChat:sayClientMessage("You're now employed as paramedic!", 0, 255, 0) triggerEvent("closeMedicWindow", root) elseif source == takeButton and getElementData(localPlayer, "Occupation") == "Paramedic" then exports.DxChat:sayClientMessage("Your job is already paramedic!", 255, 0, 0) end end )
  4. exports.scoreboard:addScoreboardColumn('Country') function showcountry() local flag = exports.admin:getPlayerCountry ( source ) if flag then setElementData(source,"Country",":admin/client/images/flags/"..flag..".png "..flag.."") else setElementData(source,"Country",":admin/client/images/flags/za.png") end end addEventHandler("onPlayerJoin",getRootElement(),showcountry)
  5. I believe I saw someone who asked why MTA Orange stopped and a dev answered that there isn't enough developers.
  6. Did you put the internal.db given at the downloaded file at your server?
  7. Baseplate

    SWAT job

    Then how will you restrict it? either use ACL or Castillo's gang system.
  8. Baseplate

    SWAT job

    You can use castillo's gang system to make SWAT group, then use the resource that Mossy gave to you.
  9. There, a lying hosting company what's better than that??
  10. Without arguing and turning this into a flamewar, don't choose this hosting company as a host for your server.
  11. addCommandHandler("water", function() setWorldSpecialPropertyEnabled("hovercars", not isWorldSpecialPropertyEnabled("hovercars")) end ) Easier.
  12. So, I wanted to check it out and I check the pricing and all of that, when I pressed buy I go redirected to This so I was curious and wanted to check if you're authorized to use WHMCS, and here is what I got http://puu.sh/3c3Os.png Still, nice try and btw, I just finished reporting you.
  13. Get the latest resources https://code.google.com/p/mtasa-resourc ... p&can=2&q=
  14. He means when you're using the Mr.Whoopee, and when you horn, it starts making some music to get customers' attention.
  15. https://community.multitheftauto.com/in ... ils&id=528
  16. Place them in your resources folder, then on your console or F8 in-game type /refresh, then /start
  17. n9ollou b3athna 7aja w raja3naha ya 5ouya heki les arguements mte3 el function giveTheMoney.
  18. return, tarjemha taw tal9a "terja3" Par exemple, n7eb na3mel function esemha "giveTheMoney". function giveTheMoney(thePlayer, amount) return givePlayerMoney(thePlayer, amount) end
  19. Yup, leaked vG resources, we don't help with those leaked scripts...
  20. No one will trust a new user with 2 posts, show you're a guy with skills first.
×
×
  • Create New...