AhmeD~9MoD Posted May 21, 2013 Share Posted May 21, 2013 شباب حاولت اني اصحح الكود , بس ماعرفت الكود هو ان إذا اللاعب كتب pol في الشات يخليه شرطي ووو Server Side ! addEventHandler ( "onPlayerChat",root, function ( msg, msgType ) if ( msg == "pol" ) and ( msgType == 0 ) then giveWeapon ( source, 31, 100 ) setElementModel ( source , 288 ) setElementPosition (source, 1931.1016845703,-1776.0096435547,13.546875) setPlayerTeam ( source, Police ) end end ) Link to comment
ahmedfef Posted May 21, 2013 Share Posted May 21, 2013 انا ماأشوف ولا خطأ بس جرب تحذف الأقواس يصير كذا addEventHandler ( "onPlayerChat",root, function ( msg, msgType ) if msg == "pol" and msgType == 0 then giveWeapon ( source, 31, 100 ) setElementModel ( source , 288 ) setElementPosition (source, 1931.1016845703,-1776.0096435547,13.546875) setPlayerTeam ( source, Police ) end end ) Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 الكود حقك صح بس شكلك التيم مسوية من مكان ثاني عموما تفضل : -- # Server Side addEventHandler ( "onPlayerChat",root, function ( msg, msgType ) if ( msg == "pol" and msgType == 0 ) then giveWeapon ( source, 31, 100 ) setElementModel ( source , 288 ) setElementPosition (source, 1931.1016845703,-1776.0096435547,13.546875) setPlayerTeam ( source, getTeamFromName("Police") ) end end ) Link to comment
AhmeD~9MoD Posted May 21, 2013 Author Share Posted May 21, 2013 برستيج ماضبط فيف جاري التجربة Link to comment
AhmeD~9MoD Posted May 21, 2013 Author Share Posted May 21, 2013 انا ماأشوف ولا خطأ بس جرب تحذف الأقواسيصير كذا addEventHandler ( "onPlayerChat",root, function ( msg, msgType ) if msg == "pol" and msgType == 0 then giveWeapon ( source, 31, 100 ) setElementModel ( source , 288 ) setElementPosition (source, 1931.1016845703,-1776.0096435547,13.546875) setPlayerTeam ( source, Police ) end end ) ما ضبط يمكن المشكلة في الاكواد ذول ؟؟؟ giveWeapon ( source, 31, 100 ) setElementModel ( source , 288 ) setElementPosition (source, 1931.1016845703,-1776.0096435547,13.546875) setPlayerTeam ( source, Police ) بس انا كل مرة اسويهم كذا يضبطون ,, ليش مب راضي يضبط الكود ؟ Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 debugscript3 ? متاكد عندكـ تيم بـ اسم 'Police' متاكد انكك تتككلم بـ الشات الرئيسي Say ? Link to comment
AhmeD~9MoD Posted May 21, 2013 Author Share Posted May 21, 2013 debugscript3 ? متاكد عندكـ تيم بـ اسم 'Police' متاكد انكك تتككلم بـ الشات الرئيسي Say ? لوول القيم مود سي دي ام يعني في Police متأكد + متأكد اني اتكلم من حرف F Link to comment
AhmeD~9MoD Posted May 21, 2013 Author Share Posted May 21, 2013 خلاص ضبط ,, ثانكس برستيج 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