Jump to content

تصحيح كود عند الكتابة في الشات


Recommended Posts

شباب حاولت اني اصحح الكود , بس ماعرفت :oops:

الكود هو ان إذا اللاعب كتب 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

انا ماأشوف ولا خطأ بس جرب تحذف الأقواس

يصير كذا

  
    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

الكود حقك صح بس شكلك التيم مسوية من مكان ثاني عموما تفضل :

-- # 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
انا ماأشوف ولا خطأ بس جرب تحذف الأقواس

يصير كذا

  
    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
debugscript3 ? متاكد عندكـ تيم بـ اسم 'Police'

متاكد انكك تتككلم بـ الشات الرئيسي

Say ?

لوول القيم مود سي دي ام

يعني في Police

متأكد

+

متأكد اني اتكلم من حرف F

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...