Jump to content

help


Adham

Recommended Posts

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

يطلع له كلام

الكود اهو

function Strong ( )   
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
end 
addCommandHandler ( "فلوس",Strong ) 

انا عاوز بدل ما يكتب في ف8

لما يكتب في الشات

فلوس يظهر له الكلام بدل ف8

Link to comment
سلام عليكم اليوم انا سويت مود لما يكبت في ف8

يطلع له كلام

الكود اهو

function Strong ( )   
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
end 
addCommandHandler ( "فلوس",Strong ) 

انا عاوز بدل ما يكتب في ف8

لما يكتب في الشات

فلوس يظهر له الكلام بدل ف8

addEventHandler( 'onPlayerChat', root, 
function(Message)   
if (Message == "فلوس") then 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham",0, 255, 0, true ) 
end 
end 
) ; 
Link to comment

addEventHandler ( "onPlayerChat" , root ,  
function  ( Msg , type )   
  
    if ( type == 0 ) and ( string.find ( Msg , "فلوس" ) ) then 
      
    for i = 0 , 4 do 
  
    outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham", source ,0, 255, 0, true ) 
        end 
    end 
end 
    ) ; 
Link to comment
addEventHandler ( "onPlayerChat" , root ,  
function  ( Msg , type )   
  
    if ( type == 0 ) and ( string.find ( Msg , "فلوس" ) ) then 
      
    for i = 0 , 4 do 
  
    outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by Adham", source ,0, 255, 0, true ) 
        end 
    end 
end 
    ) ; 

الله الله الله هههههه :lol::lol:

مضبط ام الوضعية الخوي 8)

Link to comment
لسا مازبطوها كلكم..

System كذا تنكتب

مب Systeam

سيستم، مب سيستيام

:lol:

هههههههههههه اجل امسك :mrgreen::mrgreen::mrgreen:

addEventHandler ( "onPlayerChat" , root , 
function  ( Msg , type )   
  
    if ( type == 0 ) and ( string.find ( Msg , "فلوس" ) ) then 
      
    for i = 0 , 4 do 
  
    outputChatBox ( "#[Teams System] Abdoi Added to team by Adham", source ,0, 255, 0, true ) 
        end 
    end 
end 
    ) ; 

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