Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. Easy, but we will not tell you how it's not a directly thing, you have to ruuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuun your brain -_-"
  2. what is XXAMP? write in Console this: openports and tell us the result.
  3. use triggerServerEvent and then use triggerClientEvent to all players
  4. delux-host.com is bad. ------------------------------------ http://www.jihost.co.uk is better (20 slot for $4/month)
  5. TAPL

    ID

    https://forum.multitheftauto.com/viewtop ... 48&t=41088
  6. 1- Dedicated server or VPS (Dedicated Server recommended) 2- ُKnowledge in Linux OS - php/mysql/ssh Also you can find a Game Control Panel Here: http://www.webhostingtalk.com/showthread.php?t=1043075
  7. >< لول تابل اذا عارف حل لمشكلتي اطرحها واذا منت عارف طاح الحطب ^^ وبالنسبة ترا السكربت شغال يب شغال شغال هههههههههههههههههههههههههههههههههه بس وش الي شغال؟ في أف8 edit أها لازم أكتب كلمة بس تصدق كتبتها 100 مره جاتني 100 نافذه هههههه ميزه حلوه خخ ض1 كمان أكتشفت ميزه ثانية حلوه أول ما كتبت الكلمة في أف8 جاتني نافذه فيها مربع أبيض واحد تحت و فوق في زر و تحت في زرين ضغطت على المربع الأبيض جاني مربع فوق و كمان ضغطت مره ثانية جاني مربع ثاني فضغطت 100 مره جاني 100 مربع على بعض هههههه ميزه حلوه و الزرين الحلوين الي تحت مو شغالين بتعرف مكان الأخطاء debugscript 3 ولو كتبت في أف8 وعلى فكره تراه حتى لو كان السكربت مو خرابيط هو بالأساس محد راح يشوف القوانين غيرك أنت هههههههه لان السكربت كلينت أصلاً يعني بصراحة السكربت خرابيط
  8. http://gamecreate.com or http://www.teamviewer.com
  9. Wrong function showtime () local time = getRealTime() local year = time.year local month = time.month local monthday = time.monthday outputChatBox("Date: "..year..":"..month..":"..monthday) end addCommandHandler("show", showtime)
  10. TAPL

    VPS

    According to my information and my knowledge, it's not -s it's -d -d is for daemon: means run in the background.
  11. this host is offline from 7 days or more It's seems like dead
  12. لازم تضيف المود بقروب أدمن
  13. ^ خرابيط تايم @Hussain, أنا سويته بس ما بحطه هنا -.-
  14. تبيه بس لتيم بوليس و إلا كيف وتراه كودك كله أخطاء خخ
  15. المشكلة أنك حاط وظائف حقت سيرفر في كلينت لازم تسوي تريقر أو تستخدم داتا طبعاً المشكلة في ذول getPlayerIP getServerName وكمان هنا عندك أخطاء مو حاط لاعب getPlayerName() getPlayerPing() GUIEditor_Tab[1] بدلاً من GUIEditor_Tab[3] وكمان عندك خطأ في مكان ليبل الآي بي أضافة إلى أنك حاط و أيضاً تحتاج لتحديث البنق + أسم اللاعب لما يتغير ...الخ Client Side GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(310,251,680,382,"",false) guiSetVisible(GUIEditor_Window[1], false) GUIEditor_TabPanel[1] = guiCreateTabPanel(10,20,661,353,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Information",GUIEditor_TabPanel[1]) GUIEditor_Label[1] = guiCreateLabel(18,32,91,25,"Serial:",false,GUIEditor_Tab[1]) GUIEditor_Label[2] = guiCreateLabel(53,32,260,20,getPlayerSerial(),false,GUIEditor_Tab[1]) GUIEditor_Label[3] = guiCreateLabel(16,77,54,26,"Ip:",false,GUIEditor_Tab[1]) GUIEditor_Label[4] = guiCreateLabel(37,77,500,500,getElementData(localPlayer,"IP"),false,GUIEditor_Tab[1]) GUIEditor_Label[6] = guiCreateLabel(13,113,74,20,"Name:",false,GUIEditor_Tab[1]) GUIEditor_Label[7] = guiCreateLabel(51,113,168,21,getPlayerName(localPlayer),false,GUIEditor_Tab[1]) GUIEditor_Label[8] = guiCreateLabel(16,151,73,21,"Ping:",false,GUIEditor_Tab[1]) GUIEditor_Label[9] = guiCreateLabel(47,151,71,22,getPlayerPing(localPlayer),false,GUIEditor_Tab[1]) GUIEditor_Label[10] = guiCreateLabel(15,193,166,31,"Server Name :",false,GUIEditor_Tab[1]) GUIEditor_Label[11] = guiCreateLabel(94,193,558,26,getElementData(localPlayer,"ServerName"),false,GUIEditor_Tab[1]) setTimer(function() guiSetText(GUIEditor_Label[9],getPlayerPing(localPlayer)) end,1000,0) bindKey("F10","down",function() guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) guiSetText(GUIEditor_Label[7],getPlayerName(localPlayer)) end) Server Side addEventHandler("onPlayerJoin",root, function() setElementData(source,"IP",getPlayerIP(source)) setElementData(source,"ServerName",getServerName()) end) addEventHandler("onResourceStart",resourceRoot, function() for i,player in ipairs (getElementsByType("player")) do setElementData(player,"IP",getPlayerIP(player)) setElementData(player,"ServerName",getServerName()) end end)
  16. المشكلة عندك يا السفاح client هو أنك حاط لاعب و أنت تستخدم الوظيفة يعني مثلاً كذا outputChatBox("Test",getRootElement(),255,0,0) أو outputChatBox("Test",source,255,0,0) بينما الصحيح هو كذا outputChatBox("Test",255,0,0)
  17. TAPL

    how?

    BaseMode prevents those kinds of weapons You need to edit BaseMode while this is almost impossible for you.
  18. حبيبي في كلام بالأحمر For advanced users only. إذا كنت لم تقرأه فتلك مصيبة واذا كنت قرأته فتلك مصيبة أعظم
  19. TAPL

    blips

    https://community.multitheftauto.com/index.php?p= ... ils&id=960 https://wiki.multitheftauto.com/wiki/Res ... ustomblips
  20. ههههههههههه ذي معجزه مب كود
  21. الميتا مضبوط مافيه أخطاء تأكد أنك في قروب أدمن و إذا تبية يضبط مع قروبات ثانية مثلاً الموديتور و غيره جرب ذا الكود function createAdminTeamOnStart () AdminTeam = createTeam ( "Admin", 0, 255, 0 )-- create a new team and named it 'Admin' end addEventHandler("onResourceStart", resourceRoot, createAdminTeamOnStart) -- add an event handler function setAdminTeam() if hasObjectPermissionTo(source,"general.adminpanel",false) then -- if he is admin setPlayerTeam(source, AdminTeam) -- set him to admin team outputChatBox("Admin: "..getPlayerName(source).." has join the server",root,255,255,0) end end addEventHandler("onPlayerLogin",getRootElement(),setAdminTeam) -- add an event handler
  22. ._. لول المثال ذا أنا الي مسويه بالويكي server.lua function createAdminTeamOnStart () AdminTeam = createTeam ( "Admin", 0, 255, 0 )-- create a new team and named it 'Admin' end addEventHandler("onResourceStart", resourceRoot, createAdminTeamOnStart) -- add an event handler function setAdminTeam() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then -- if he is admin setPlayerTeam(source, AdminTeam) -- set him to admin team outputChatBox("Admin: "..getPlayerName(source).." has join the server",root,255,255,0) end end addEventHandler("onPlayerLogin",getRootElement(),setAdminTeam) -- add an event handler
  23. سيرفر وليس كلينت getPlayerMoney أستخدم يعني لازم تسوي ترقير
  24. مسكين فاهم الاكواد و الويكي غلط
×
×
  • Create New...