+Source|> Posted June 1, 2018 Share Posted June 1, 2018 if ( getPlayerName( source ) ) == ( string.find ( "H.D" ) ) then outputChatBox( " الشعار موجود ", source, 0, 0, 0, true ) else outputChatBox( " حط الشعار ", source, 0, 0, 0, true ) end ابي اسوي لو اللاعبب حاط الشعار يجيه كلمه بشات كيف؟ Link to comment
Abdul KariM Posted June 1, 2018 Share Posted June 1, 2018 if ( getPlayerName( source ):find ( "H.D" ) ) then outputChatBox( " الشعار موجود ", source, 0, 0, 0, true ) else outputChatBox( " حط الشعار ", source, 0, 0, 0, true ) end 2 Link to comment
+Source|> Posted June 1, 2018 Author Share Posted June 1, 2018 1 hour ago, Abdul KariM said: if ( getPlayerName( source ):find ( "H.D" ) ) then outputChatBox( " الشعار موجود ", source, 0, 0, 0, true ) else outputChatBox( " حط الشعار ", source, 0, 0, 0, true ) 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