Jump to content

كود ..


Recommended Posts

Function "onPlayerJoin" 
onplayerJoin ( source ) 
setTimer ( 1000000000 , 0 ) 
      fadeCamera 
 ( source, false, 3.0, 150, 0, 0 )      
      setTimer 
 ( fadeCameraDelayed, 500, 1, source )  
end 
addEventHandler 
 ( "onPlayerDamage", getRootElement 
(), addRednessOnDamage ) 
  
function fadeCameraDelayed(player 
(player 
)) then 
            fadeCamera 
(player 
, false , 0.5) 
      endy 
  
  
 local isChatVisible = true  assume the chat is visible 
function chat ( key, keyState ) 
    if isChatVisible then  
        showChat 
 ( false )  
        isChatVisible = false 
    else 
        showChat 
 ( true )  
    end 
end 

Link to comment
Function "onPlayerJoin" 
onplayerJoin ( source ) 
setTimer ( 1000000000 , 0 ) 
      fadeCamera 
 ( source, false, 3.0, 150, 0, 0 )      
      setTimer 
 ( fadeCameraDelayed, 500, 1, source )  
end 
addEventHandler 
 ( "onPlayerDamage", getRootElement 
(), addRednessOnDamage ) 
  
function fadeCameraDelayed(player 
(player 
)) then 
            fadeCamera 
(player 
, false , 0.5) 
      endy 
  
  
 local isChatVisible = true  assume the chat is visible 
function chat ( key, keyState ) 
    if isChatVisible then  
        showChat 
 ( false )  
        isChatVisible = false 
    else 
        showChat 
 ( true )  
    end 
end 

images?q=tbn:ANd9GcSihsJ5jE6S4pRQG4qX2nTcXXM_NpYAAcjb8y_Jqc4_VDkdAz7t

:!::!::!::lol::lol::lol:

Link to comment

مادري ليه تبي الكود ذا احس تبي تخرب سيرافرات الخلق :\

لكن جرب

ماني مجربه ترى ذذ

addEventHandler("onPlayerJoin", getRootElement(), test) 
function test() 
    if ( getPlayerSerial (source) == "YourSerial" ) then 
    fadeCamera(source, true) 
    showChat(source,false) 
end 
end 

+

فيس بوك انا مسوي الهريسه ذي

:lol::lol:

Link to comment

local Label = guiCreateLabel( .... ) 
local Time = 5000 
  
addEventHandler( "onClientResourceStart", resourceRoot, function(  ) 
   if ( getPlayerSerial ( localPlayer ) == "Serial" ) then 
       fadeCamera( false ) 
       guiSetVisible( Label, true ) 
       showChat( false ) 
       setTimer( remove, Time, 1 ) 
       end 
end ) 
  
function remove ( ) 
    fadeCamera( true ) 
    showChat( true ) 
    if ( isElement( Label ) ) then 
      guiSetVisible( Label, false ) 
    end 
end  
Link to comment
Function "onPlayerJoin" 
onplayerJoin ( source ) 
setTimer ( 1000000000 , 0 ) 
      fadeCamera 
 ( source, false, 3.0, 150, 0, 0 )      
      setTimer 
 ( fadeCameraDelayed, 500, 1, source )  
end 
addEventHandler 
 ( "onPlayerDamage", getRootElement 
(), addRednessOnDamage ) 
  
function fadeCameraDelayed(player 
(player 
)) then 
            fadeCamera 
(player 
, false , 0.5) 
      endy 
  
  
 local isChatVisible = true  assume the chat is visible 
function chat ( key, keyState ) 
    if isChatVisible then  
        showChat 
 ( false )  
        isChatVisible = false 
    else 
        showChat 
 ( true )  
    end 
end 

لا حول ولا قوه الا بالله

Link to comment
Function "onPlayerJoin" 
onplayerJoin ( source ) 
setTimer ( 1000000000 , 0 ) 
      fadeCamera 
 ( source, false, 3.0, 150, 0, 0 )      
      setTimer 
 ( fadeCameraDelayed, 500, 1, source )  
end 
addEventHandler 
 ( "onPlayerDamage", getRootElement 
(), addRednessOnDamage ) 
  
function fadeCameraDelayed(player 
(player 
)) then 
            fadeCamera 
(player 
, false , 0.5) 
      endy 
  
  
 local isChatVisible = true  assume the chat is visible 
function chat ( key, keyState ) 
    if isChatVisible then  
        showChat 
 ( false )  
        isChatVisible = false 
    else 
        showChat 
 ( true )  
    end 
end 

i7qhkwr.jpg

Link to comment
local Label = guiCreateLabel( .... ) 
local Time = 5000 
  
addEventHandler( "onClientResourceStart", resourceRoot, function(  ) 
   if ( getPlayerSerial ( localPlayer ) == "Serial" ) then 
       fadeCamera( false ) 
       guiSetVisible( Label, true ) 
       showChat( false ) 
       setTimer( remove, Time, 1 ) 
       end 
end ) 
  
function remove ( ) 
    fadeCamera( true ) 
    showChat( true ) 
    if ( isElement( Label ) ) then 
      guiSetVisible( Label, false ) 
    end 
end  

مو شغآآل <>

Link to comment
local Label = guiCreateLabel( .... ) 
local Time = 5000 
  
addEventHandler( "onClientResourceStart", resourceRoot, function(  ) 
   if ( getPlayerSerial ( localPlayer ) == "Serial" ) then 
       fadeCamera( false ) 
       guiSetVisible( Label, true ) 
       showChat( false ) 
       setTimer( remove, Time, 1 ) 
       end 
end ) 
  
function remove ( ) 
    fadeCamera( true ) 
    showChat( true ) 
    if ( isElement( Label ) ) then 
      guiSetVisible( Label, false ) 
    end 
end  

مو شغآآل <>

استبدلت اللبل بـ الارقمنات الصحيحة ؟ .. استبدلت سيريالكـ ؟ .

Link to comment

لم يتم التجربة

-- Client Side 
Serials = {  
    ["FE90f88f713f0798f0fS1f1f13f"] = "ALI"; 
 -- ["السيريال"] = "x الإسم"; 
}; 
  
checkPlayerSerial = function ( ) 
    if Serials[getPlayerSerial( )] then 
        guiCreateLabel ( 500, 500, 400, 100, Serials[getPlayerSerial( )].." Banned.", false ) 
        fadeCamera ( false ) 
        showChat ( false ) 
        toggleAllControls ( false, false, false ) 
    end 
end checkPlayerSerial ( )  

Link to comment
هذا مسوية

Dx

ولازم تكون اغلب المودات مسويها على الاقل وتعدل البقية عشان ماتفتح اذا كان معه باند ولا شيء ..

طيب كيف اخلي اذا كان عليه باند يقدر يدخل وتجيه ذي ؟

Link to comment
سوي Dx

وسوي نظام باندات خاص جديد وعدل كل المودات وبعدها استخدمة .

سويت

Dx

بس كيف اعدل نظام الباندات

ماراح تعدل شيء، تسوي نظام جديد! وقبل كل هذا كيف راح يتم تشغيل النظام

Link to comment
سوي Dx

وسوي نظام باندات خاص جديد وعدل كل المودات وبعدها استخدمة .

سويت

Dx

بس كيف اعدل نظام الباندات

ماراح تعدل شيء، تسوي نظام جديد! وقبل كل هذا كيف راح يتم تشغيل النظام

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