Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/18 in all areas

  1. ههههههههه الله لا يحطني مكان واي فاي ??.
    2 points
  2. Hello. Today I am giving you a gamemode inspired by the PUBG game! Without unnecessary talk, I will show you how to properly enable gamemode! It's easy to run this gamemode. Begin with adding this to mods > deathmatch > acl > "Admin" group bottom: <object name="resource.pubg"></object> <object name="resource.pubg_config"></object> So it will look like this: <group name="Admin"> <acl name="Moderator"></acl> <acl name="SuperModerator"></acl> <acl name="Admin"></acl> <acl name="RPC"></acl> <object name="resource.admin"></object> <object name="resource.webadmin"></object> <object name="resource.acpanel"></object> <object name="resource.pubg"></object> <object name="resource.pb_config"></object> *optionally; admin account for you, using <object name="user.yourAccount"></object> at the bottom. After doing that, open mtaserver.conf and add this at bottom (REMOVE all existing auto-start resources); <!-- pubg is the default gamemode. Remove the following line to prevent it from starting. --> <resource src="pubg" startup="1" protected="0" /> The main gamemode is supposed to start all other depending resources with <include resource="resourceName" /> in meta.xml of the main gamemode resource. So, after adding "pubg" / the main resource to autostartup, it should be sorted already. Now, start the server and play! No accounts or SQL DB required for playing, guest-based! It also contains commands such as: pb-start force || This command forces gamemode start, no matter the amount of players in lobby. pb-starttimer || This command force-starts the timer (default: 60 secs) to start running before auto-launching a new game from lobby, irrespective of amount of players. pb-end dimension || Ends a certain gaming session abruptly, use the dimension ID's for lobbies that are printed to Server console (MTA Server(64).exe) to identify and stop a game while its still running. pb-minplayers [min] || Override a player minimum for specific lobby Video: Download: https://www91.zippyshare.com/v/aSjy6xLh/file.html
    1 point
  3. Returns a sound element if the sound was successfully created, false otherwise. if ( sound == false ) then return end
    1 point
  4. As far as I know, LUA is the only language available unless you're using CEF, which is focused on web languages.
    1 point
  5. Tag can't start with a number. Rule nr.4: http://www.adobepress.com/articles/article.asp?p=1179145&amp;seqNum=4 (There are all 9 rules on that page) Also a XML validator will tell you where an error might be located: https://www.xmlvalidation.com/index.php Last note: Try not to use custom tags based on your data. Pre-sets of tags like col, txd and database are fine. The methods you should use for custom data are: <tag>value</tag> and attributes="..."
    1 point
  6. ماكنت اسوي صداقات ايام زمان كنت انسان اعزل.. ولكن بعد ما سويت حساب بالمنتدى بديت اكون بعض الصداقات واغلبها مستمرة حتى الآن والله يديم علينا الصداقة الحلوة @Master_MTA @N3xT @</Mr.Tn6eL> @Mr.CoR @#,xiRocKyz @Dr.Marco @Rakan# @coNolel @H25 @#DesTroeyR والي ماذكرته موجود في القلب -
    1 point
  7. هو مأخذ اكواد المود , وله سرق المود انت سرقت مود كامل , من عندي ولا تكلمت لك , غير الى قلدتهم خلني ساكت ولا ابي اكبر الموضوع لانه موضوع الى سويته ونشرت ا لمودات , موضوع لو ابي اكبر السالفه , بصغر عقلي و , بعطيك , وبعطي الموضوع اكبر من حجمه ولا ابي اكثر بل كلام , بس حبيت أوضح لك قبل , لا توضح للناس ليس تقلد , وليش تسرق الخخ يلله سلام End .. #
    1 point
  8. You have problem with line 4, because no function called like this. Try this: function enter (thePlayer, dim) if getElementType(thePlayer) == "player" then if not isPedInVehicle(thePlayer) and dim then if (getPlayerMoney(thePlayer)>= 100) then takePlayerMoney(thePlayer, 100) setElementInterior(thePlayer, 3, 834.66796875, 7.431640625, 1004.1870117188) else outputChatBox("#ff0000You Don't Have Enough Money!",thePlayer,255,255,255,true) end end end end addEventHandler("onMarkerHit",markerJoin,enter)
    0 points
×
×
  • Create New...