likemike12 Posted June 12, 2016 Share Posted June 12, 2016 السلام عليكم ورحمة الله وبركاته رمضانكم مبارك يا اخوان محتاج مساعده كيف اخلي المود يكتب اسم اللاعب بالشات outputchatbox يكتب اسم اللاعب ويكتب بعدها كلام وشكراً Link to comment
[DONE]* Posted June 12, 2016 Share Posted June 12, 2016 local Pname = getPlayerName (source) outputChatBox (Pname..'Text') Link to comment
likemike12 Posted June 12, 2016 Author Share Posted June 12, 2016 local Pname = getPlayerName (source) outputChatBox (Pname..'Text') ما كتب شي يالاخو Link to comment
likemike12 Posted June 12, 2016 Author Share Posted June 12, 2016 الكود سيرفر يب حطيته سيرفر بس ما ضبط Link to comment
Abdul KariM Posted June 12, 2016 Share Posted June 12, 2016 local Pname = getPlayerName (source) outputChatBox (Pname..'Text') ممكن تقولي على اي ساس حاط سورس ؟ السوورس ماهي معرفة , حط الكود كلنت وحط بدل السورس لوكال بلاير localPlayer Link to comment
likemike12 Posted June 12, 2016 Author Share Posted June 12, 2016 local Pname = getPlayerName (source) outputChatBox (Pname..'Text') ممكن تقولي على اي ساس حاط سورس ؟ السوورس ماهي معرفة , حط الكود كلنت وحط بدل السورس لوكال بلاير localPlayer كفو زبط بسيرفر بس بدال source حطيت بلاير Link to comment
Me[Z]oO Posted June 12, 2016 Share Posted June 12, 2016 addEventHandler("onClientResourceStart",root, function() local Name = getPlayerName(localPlayer) outputChatBox(""..tostring(Name).." اسمك يا بطل",0,255,0) end) Link to comment
Abdul KariM Posted June 12, 2016 Share Posted June 12, 2016 addEventHandler("onClientResourceStart",root, function() local Name = getPlayerName(localPlayer) outputChatBox(""..tostring(Name).." اسمك يا بطل",0,255,0) end) tostring مايحتاج تحط الحدث + مايحتاج تحط لان اسم الاعب اساسا سترنج 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