Adham Posted April 24, 2016 Share Posted April 24, 2016 سلام عليكم اليوم انا سويت مود لما يكبت في ف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
MR.GRAND Posted April 24, 2016 Share Posted April 24, 2016 سلام عليكم اليوم انا سويت مود لما يكبت في ف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
Abdul KariM Posted April 24, 2016 Share Posted April 24, 2016 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
MR.GRAND Posted April 24, 2016 Share Posted April 24, 2016 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
#Wizard Posted April 24, 2016 Share Posted April 24, 2016 لسا مازبطوها كلكم.. System كذا تنكتب مب Systeam سيستم، مب سيستيام Link to comment
MR.GRAND Posted April 24, 2016 Share Posted April 24, 2016 لسا مازبطوها كلكم..System كذا تنكتب مب Systeam سيستم، مب سيستيام هههههههههههه اجل امسك 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now