Ac[T]ioN Posted July 27, 2015 Share Posted July 27, 2015 السلام عليكم ورحمة الله وبركاتة كيفكم شباب إن شاء الله بخير أبي فنكشن تغير الكلام من من صمول لكابتل مثال: welcome to server hstrhtime بعد إستخدام الفنكشن تصير كذا WELCOME TO SERVER HSTRHTIME دورت عليه كثيييير ماحصلته وشكراً لكم مقدماً Link to comment
Professional Posted July 27, 2015 Share Posted July 27, 2015 string.upper تستخدم للتحويل حالةالاحرف من الاحرف الصغيره الى الاحرف الكبيره test1 = string.upper("Hello, Lua user!") HELLO, LUA USER! Link to comment
Naif Posted July 27, 2015 Share Posted July 27, 2015 text = string.upper('welcome to server hstrhtime') outputChatBox(''..text..'',255,255,255,true) ^ Client 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