Jump to content

ما ادري وش اسميه - نصف جيم مود ؟ انترو ؟ - ادخل وشوف


Recommended Posts

 

في الوقت الحالي عندي مشكلة كبيرة جداً وهي مشكلة الانترنت

المهم - هذا المود صراحة ما ادري وش اسميه
لكن هو مود بسيط وهو عبارة عن مقدمة للسيرفر
بعدها تقدر تسوي اي شي يعني مثلاً لوحة تسجيل او اي شي انت تريده
الملفات المفتوحة لك

1- ClientSettings.lua

2- YourClientFile.lua

3- YourServerFile.lua

--------------------------------------------------------------------------------

---------------------------------------------
local screenW, screenH                        = guiGetScreenSize()
---------------------------------------------
Thumbnails                                    = true -- or true
---------------------------------------------
theSong                                        = "song.mp3"
---------------------------------------------
TimerC2                                        = 4
TimerC1                                        = 2
TimerCstart                                    = 14 -- leave it -- من الافضل ترك هذه
---------------------------------------------
--[[
theText1                                    = "welcome to the game" -- or ""
theText2                                    = "you are now in the server" -- or ""
theText3                                    = "Grand Theft Auto For You" -- or ""
theText4                                    = "game mode by Developer Ahmed" -- or ""
--]]
theText1                                    = ""
theText2                                    = ""
theText3                                    = ""
theText4                                    = ""
---------------------------------------------
P1                                            = "P1.png"
P2                                            = "P2.jpg"
P3                                            = "P3.jpg"
P4                                            = "P4.png"
px1                                            = "Px1.png"
px2                                            = "Px2.png"
px3                                            = "Px3.png"
px4                                            = "Px4.png"
---------------------------------------------
RockStarIMG                                    = "rocstarLogo.png"
---------------[ Thumbnails ]----------------
A_Thumbnails                                = 1
---------------[ Thumbnails ]----------------
PxScrin1X,PxScrin1Z,PxScrin1X2,PxScrin1Z2    = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300
PxScrin2X,PxScrin2Z,PxScrin2X2,PxScrin2Z2    = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300
PxScrin3X,PxScrin3Z,PxScrin3X2,PxScrin3Z2    = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300
PxScrin4X,PxScrin4Z,PxScrin4X2,PxScrin4Z2    = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300
---------------------------------------------
DxFontNum1                                    = "default-bold"
DxFontNum2                                    = "default-bold"
DxFontNum3                                    = "default-bold"
DxFontNum4                                    = "default-bold"
---------------------------------------------

التحميل - اضغط هنا

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...