Jump to content

Baseplate

Members
  • Posts

    1,417
  • Joined

  • Last visited

Everything posted by Baseplate

  1. No other word except that. I'm totally spechless....
  2. Yea sure,my facebook is already on
  3. Well, I'd like to see some screens if you can.
  4. hhh, ti yezzi barka a7na 3lech 9a3din? ti mani bech n3awnouhoum bechwaya bechway
  5. mymarker = createMarker(1548.69153, -1364.26526, 326.21829) addEventHandler("onMarkerHit", mymarker, function(hitElement, matchingDimension) setElementPosition(hitElement, 201.84119, 1867.46252, 13.1406) end)
  6. Add me on skype and we'll discuss things. (samerbelgacem)
  7. Baseplate

    [WIP]MTAM

    Too bad you can't chat between servers, but this is Mega Triple Super Epic
  8. I'm not Pakistani but, I saw lots of Pakistanis playing MTA and I believe they deserve a board for them.
  9. Now, thanks to jhxp our subforums are now created. We're now requesting some MLM (Multi Lingual Moderators) for our board. I hope that one of the forums mods/devs checks this topic out tho. Regards; Samer.
  10. Ahla bik fel Tunisian et Algerian board, etha ken 3andek ay problem fi scripting wella server configurations 9olelna. ~Samer
  11. Change this <resource src="play" startup="1" protected="0" /> To this <resource src="race" startup="1" protected="0" />
  12. Ask him that, maybe he have his own system or we dunno, I just fixed the part he asked to help him with.
  13. Player is not defined. exports [ "scoreboard" ]:addScoreboardColumn ( "group", 3 ) function updatePlayersMoney () local account = getPlayerAccount(source) for index, player in ipairs ( getElementsByType "player" ) do local group = getAccountData(account, "group") end end setTimer ( updatePlayersMoney, 2500, 0 )
  14. function createNewTeam (playerSource, cmd, team) local newTeam = createTeam(team) setPlayerTeam(playerSource, newTeam) end addCommandHandler("createteam", createNewTeam) Not sure if works, give it a shot and then reply if it works or not.
  15. That script worked fine here.
  16. I mean mine or TAPL's script.
  17. Still, you can pay for a scripter or check MTA Wiki to start learning
  18. function onPlayerQuit ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then -- if the player is logged in local playerclass = getElementData ( source, "Class" ) -- get the player data setAccountData ( playeraccount, "class.data", playerclass ) -- save it in his account end end function onPlayerLogin (_, playeraccount ) -- when a player logins, retrieve his money amount from his account data and set it if ( playeraccount ) then local playerclass = getAccountData ( playeraccount, "class.data" ) if ( playerclass ) then setElementData ( source, "Class", playerclass ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin)
  19. Either check Community or script it by yourself and we'll help you with it. We don't give full codes here.
  20. You sure that you logged out and then in the server and your Class script is working?
  21. And how it's not working? Like, which part does the script fails at?
×
×
  • Create New...