-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
Easy, but we will not tell you how it's not a directly thing, you have to ruuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuun your brain -_-"
-
what is XXAMP? write in Console this: openports and tell us the result.
-
use triggerServerEvent and then use triggerClientEvent to all players
-
delux-host.com is bad. ------------------------------------ http://www.jihost.co.uk is better (20 slot for $4/month)
-
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
-
>< لول تابل اذا عارف حل لمشكلتي اطرحها واذا منت عارف طاح الحطب ^^ وبالنسبة ترا السكربت شغال يب شغال شغال هههههههههههههههههههههههههههههههههه بس وش الي شغال؟ في أف8 edit أها لازم أكتب كلمة بس تصدق كتبتها 100 مره جاتني 100 نافذه هههههه ميزه حلوه خخ ض1 كمان أكتشفت ميزه ثانية حلوه أول ما كتبت الكلمة في أف8 جاتني نافذه فيها مربع أبيض واحد تحت و فوق في زر و تحت في زرين ضغطت على المربع الأبيض جاني مربع فوق و كمان ضغطت مره ثانية جاني مربع ثاني فضغطت 100 مره جاني 100 مربع على بعض هههههه ميزه حلوه و الزرين الحلوين الي تحت مو شغالين بتعرف مكان الأخطاء debugscript 3 ولو كتبت في أف8 وعلى فكره تراه حتى لو كان السكربت مو خرابيط هو بالأساس محد راح يشوف القوانين غيرك أنت هههههههه لان السكربت كلينت أصلاً يعني بصراحة السكربت خرابيط
-
http://gamecreate.com or http://www.teamviewer.com
-
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)
-
this host is offline from 7 days or more It's seems like dead
-
^ خرابيط تايم @Hussain, أنا سويته بس ما بحطه هنا -.-
-
تبيه بس لتيم بوليس و إلا كيف وتراه كودك كله أخطاء خخ
-
المشكلة أنك حاط وظائف حقت سيرفر في كلينت لازم تسوي تريقر أو تستخدم داتا طبعاً المشكلة في ذول 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)
-
حبيبي في كلام بالأحمر For advanced users only. إذا كنت لم تقرأه فتلك مصيبة واذا كنت قرأته فتلك مصيبة أعظم
-
ههههههههههه ذي معجزه مب كود
-
الميتا مضبوط مافيه أخطاء تأكد أنك في قروب أدمن و إذا تبية يضبط مع قروبات ثانية مثلاً الموديتور و غيره جرب ذا الكود 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
-
._. لول المثال ذا أنا الي مسويه بالويكي 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
-
سيرفر وليس كلينت getPlayerMoney أستخدم يعني لازم تسوي ترقير
-
مسكين فاهم الاكواد و الويكي غلط
