Jump to content

مسآعدة في كود !! #


Recommended Posts

السلام عليكم ورحمة الله وبركاته

شباب محتآج مسآعدهه منكم #

وياريت تقدرون تسآعدوني :D

1- ابي اسوي triggerServerEvent ل هاالكود كيف ! ؟

  
addEventHandler("onClientGUIClick",guiRoot,functio n() 
if ( source == MakeIt ) then 
local FirstName = guiGetText(EditFirstName) 
local LastName = guiGetText(EditLastName) 
local TheAge = guiGetText(EditTheAge) 
local TheCountry = guiGetText(EditTheCountry) 
if ( string.len(FirstName) > 2 ) then 
if ( string.len(LastName) > 2 ) then 
if ( string.len(TheAge) > 1 ) then 
if ( string.len(TheCountry) > 2 ) then 
triggerServerEvent("MakeIt",localPlayer,FirstName, LastName,TheAge,TheCountry) 
else 

2- وهذا الكود بعد

  
elseif ( source == DeleteIt ) then 
triggerServerEvent("DeleteIt",localPlayer) 
end 
end) 
  

ارجو من الخبرآء يردو ويعلموني !

وشكرآ ...

Edited by Guest
Link to comment

مشكور ي كشكش على التعديل وبالنسبة للكود ذا كآمل :roll:

  
addEventHandler("onClientGUIClick",guiRoot,function() 
    if ( source == MakeIt ) then 
        local FirstName = guiGetText(EditFirstName) 
        local LastName = guiGetText(EditLastName) 
        local TheAge = guiGetText(EditTheAge) 
        local TheCountry = guiGetText(EditTheCountry) 
        if ( string.len(FirstName) > 2 ) then 
            if ( string.len(LastName) > 2 ) then 
                if ( string.len(TheAge) > 1 ) then 
                    if ( string.len(TheCountry) > 2 ) then 
                        triggerServerEvent("MakeIt",localPlayer,FirstName,LastName,TheAge,TheCountry) 
                    else 
                        outputChatBox("",255,0,0,true) 
                    end 
                else 
                    outputChatBox("",255,0,0,true) 
                end 
            else 
                outputChatBox("",255,0,0,true) 
            end 
        else 
            outputChatBox(",255,0,0,true) 
        end 
  
 

Link to comment

كيف ماتعرف تسوي سيرفر والكود انت مسويه

    addEventHandler("onClientGUIClick",guiRoot,function() 
        if ( source == MakeIt ) then 
            local FirstName = guiGetText(EditFirstName) 
            local LastName = guiGetText(EditLastName) 
            local TheAge = guiGetText(EditTheAge) 
            local TheCountry = guiGetText(EditTheCountry) 
            if ( string.len(FirstName) > 2 ) then 
                if ( string.len(LastName) > 2 ) then 
                    if ( string.len(TheAge) > 1 ) then 
                        if ( string.len(TheCountry) > 2 ) then 
triggerServerEvent("MakeIt",localPlayer,FirstName,LastName,TheAge,TheCountry) 
                        else 
                            outputChatBox("",255,0,0,true) 
                        end 
                    else 
                        outputChatBox("",255,0,0,true) 
                    end 
                else 
                    outputChatBox("",255,0,0,true) 
                end 
            else 
            outputChatBox("",255,0,0,true) 
  end  
 end 
 ) 

Link to comment

انا مستغرب

مسوي كلنت وتقول انه لكك

واشوف الاكواد صعبة على مبتدئ حسب ماتقول انت

واضح انه مسروق من ملفات اللعبة مادام مافيها سيرفر والمود لـ حسن مسويه قبل كم شهر

آسف, نحن لا نساعد على الفساد.

با عرض پوزش ما را برای فساد کمک نمی کند.

Sorry we don't help for corruption.

Sorry wij niet helpen wegens corruptie.

Désolé, nous n'avons pas d'aide pour la corruption.

Lo sentimos, no ayudan a la corrupción.

Maalesef biz yolsuzluk için yardımcı yoktur.

סליחה שאנחנו לא עוזרים לשחיתות.

К сожалению, мы не помогают для коррупции.

माफ करना, हम भ्रष्टाचार के लिए मदद नहीं करते.

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...