Jump to content

Baseplate

Members
  • Posts

    1,417
  • Joined

  • Last visited

About Baseplate

  • Birthday 15/03/1998

Details

  • Gang
    N/A
  • Location
    Tunisia
  • Interests
    MTA! :D

Recent Profile Visitors

2,300 profile views

Baseplate's Achievements

Loc

Loc (38/54)

5

Reputation

  1. Project seems promising, definitely something I'd love to see! Good luck fellas, will definitely be there for the release.
  2. Don't settle for good, demand what is better. My topic is in here
  3. Hello, I'm Samer/Baseplate and I'm here looking for paid scripting opportunities. Who am I? I'm Samer 'Baseplate' Belgacem, it has been more than seven years as a regular and active MTA player. And I've been a lua scripter for more than 5 years. I'm currently 19 years old and doing computer science and telecommunications engineering, I have a huge experience with programming and everything related to scripting. What do I do? Pretty much everything as I will be showcasing below some of my scripts, I've worked on various projects as developer such as GTi, CSG, AUR, USG, etc.. I currently work for SANL as a staff member and a developer so feel free to join us. You can see some of my work during the last month in here. http://imgur.com/a/SiWtf How much money do I ask for? Depending on what resource/script you are asking for, I can't charge for a complex system that might take days as much as a simple resource that can be done within seconds but what I can promise is that we can work out a price that will satisfy you. How to contact me? You can either: - Message me on MTA forums. - Join my random, empty and lonely discord server https://discordapp.com/invite/aKQxh - Contact me on skype which I rarely use nowadays, samerbelgacem.
  4. As the title says, how is it possible to attract players on MTA nowadays? I've seen a lot of servers with unique gamemodes and ideas fail or simply closed cause of lack of motivation and players.
  5. How the :O did I actually miss this? I edited the script and made it pass the variables instead of the whole table, works perfectly now. Thanks pa3ck and walid!
  6. I tried that one too before I even posted this topic, doesn't work too. The getBans() table doesn't pass from the server to client side somehow.
  7. Server side function setBans() triggerClientEvent("setBans", resourceRoot, getBans()) outputChatBox("Server side says we have "..#getBans()) end addEvent("outputBans", true) addEventHandler("outputBans", root, setBans) #getBans() returns 1 in here. Client side While in client side, #bans returns 0. function setBans(bans) outputChatBox("Client says we have "..#bans) for k, v in ipairs(bans) do local row = guiGridListAddRow (stfgrd5) local serial = tostring(v.serial) or "N/A" local duration = tostring(v.time) or "N/A" local ip = tostring(getBanIP(v)) or "N/A" local nick = tostring(getBanNick(v)) or "N/A" local admin = tostring(getBanAdmin(v)) or "N/A" guiGridListSetItemText (stfgrd5, row, 1, serial, false, false) guiGridListSetItemText (stfgrd5, row, 2, duration, false, false) guiGridListSetItemText (stfgrd5, row, 3, ip, false, false) guiGridListSetItemText (stfgrd5, row, 4, name, true, false) guiGridListSetItemText (stfgrd5, row, 5, admin, true, false) outputChatBox("Client says we have "..#bans) end end addEvent("setBans", true) addEventHandler("setBans", root, setBans) function outputBans() if (source == stfgrd5) then triggerServerEvent("outputBans", resourceRoot) end end addEventHandler("onClientGUIClick", root, outputBans)
  8. Baseplate

    Tables

    Thank fuck, thanks mate works like a charm mate!
  9. Baseplate

    Tables

    function getOnlineMems() local memsTable = {} for k, v in pairs (getElementsByType("player")) do if (isPlayerMem(v)) then table.insert(memsTable, v) return memsTable end end end Now pretty much, whenever I try to get the table it returns with 1 members only and doesn't return all the online members.
  10. Baseplate

    [WIP] LIFE

    Good, something unique and a hell-a useful and we spoke about it already, I can say it is pretty much well planned to prevent any abuse of such a good feature. As expected, keep up the good work lad!
  11. Officiel ca y est sa7bi kahaw ma3ach fiha klem? ayyyyyyyyyyy lmao.
  12. Why would I freaking bother? I'm talking to both of you.
  13. Take your fights away, go discuss it in private or whatever.
  14. Exactly, we don't have to sh*t a fu*k about it, take it as a lesson and learn protect your server well next time.
×
×
  • Create New...