[Blood]Hitman Posted October 10, 2012 Share Posted October 10, 2012 بغيت كود اذا احد دخل السيرفر يعطيه اسلحة معينة Link to comment
abu5lf Posted October 10, 2012 Share Posted October 10, 2012 https://wiki.multitheftauto.com/wiki/GiveWeapon https://wiki.multitheftauto.com/wiki/OnPlayerJoin Link to comment
hassan.k.s.a Posted October 10, 2012 Share Posted October 10, 2012 Play ادخل ملف الي تغير منه احداثيآت بداية الماب و ابحث عن addEventHandler("onPlayerJoin", root, function() spawn(source) end ) وضيف giveWeapon(source,31,1000) تصير كذا addEventHandler("onPlayerJoin", root, function() spawn(source) giveWeapon(source,31,1000) end ) او سوي ملف جديد وخليه --Server-- وضيف function give() giveWeapon(source,31,1000) end addEventHandler("onPlayerJoin", root,give) 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