Jump to content

مشكله في كود ريسباون


baba

Recommended Posts

   addEventHandler ( "onPlayerSpawn", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Cz" and getElementData ( source, "Group" ) == "1108" then
    setTimer(setElementPosition, 500, 1, source,1200.87915, -1654.25281, 1052)
	setElementInterior(source, 20)
	setElementDimension ( source, 20 )
    setPedSkin(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
    end
end ) 

سلام عليكم

 ذا كود حق رسباون انا محدد الشخصيه الي ابيها بس المشكله انو لما اموت ارسبن في شخصيه غير ومو محدده كل شويه تتغير الشخصيه 

ارجو المساعده في ذا الكود محتاجه ضروري

و يعطيكم العافيه 

Link to comment
19 minutes ago, Deativated said:

استعمل

بدل


setPedSkin

setElementModel

 

   addEventHandler ( "onPlayerSpawn", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
    setTimer(setElementPosition, 500, 1, source,1200.87915, -1654.25281, 1052)
	setElementInterior(source, 20)
	setElementDimension ( source, 20 )
    setElementModel(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
    end
end 
) 

نفس المشكله

Link to comment
   addEventHandler ( "onPlayerSpawn", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
    setTimer(function ()
          setElementPosition( source,1200.87915, -1654.25281, 1052)
	setElementInterior(source, 20)
	setElementDimension ( source, 20 )
    setElementModel(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
        end , 500 , 1 )
    end
end 
) 

 

Link to comment
16 hours ago, #_iMr.[E]coo said:

   addEventHandler ( "onPlayerSpawn", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
    setTimer(function ()
          setElementPosition( source,1200.87915, -1654.25281, 1052)
	setElementInterior(source, 20)
	setElementDimension ( source, 20 )
    setElementModel(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
        end , 500 , 1 )
    end
end 
) 

 

بطل يرسبني في المكان الي انا محدده ونفس الشي الشخصيه مو ثابته

 

حد يساعدني لو سمحتو 

Link to comment
  1.    addEventHandler ( "onPlayerSpawn", root, function (    ) 
        if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
        setTimer(function ()
              setElementPosition( source,1200.87915, -1654.25281, 1052)
    	setElementInterior(source, 20)
    	setElementDimension ( source, 20 )
        setElementModel(source, 287)
        setElementHealth ( source, 150 )
        setPedArmor ( source, 100 )
            end , 1000 , 0 )
        end
    end 
    ) 
Link to comment
5 minutes ago, F_F said:
  1. 
       addEventHandler ( "onPlayerSpawn", root, function (    ) 
        if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
        setTimer(function ()
              setElementPosition( source,1200.87915, -1654.25281, 1052)
    	setElementInterior(source, 20)
    	setElementDimension ( source, 20 )
        setElementModel(source, 287)
        setElementHealth ( source, 150 )
        setPedArmor ( source, 100 )
            end , 1000 , 0 )
        end
    end 
    ) 
    

تخبيص ي مختم اللغة

Link to comment
function Spawn( )
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
    setTimer(function ()
          spawnPlayer( source,1200.87915, -1654.25281, 1052,0,287,20,20)
        end , 500 , 1 )
    end 
addEventHandler ("onPlayerLogin", root, Spawn)
addEventHandler ("onPlayerWasted", root, Spawn)

 

Link to comment
1 hour ago, iMr.WiFi..! said:

function Spawn( )
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
    setTimer(function ()
          spawnPlayer( source,1200.87915, -1654.25281, 1052,0,287,20,20)
        end , 500 , 1 )
    end 
addEventHandler ("onPlayerLogin", root, Spawn)
addEventHandler ("onPlayerWasted", root, Spawn)

 

ما يرسبني في المقر 

Link to comment

function Spawn( )
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
          spawnPlayer( source,1200.87915, -1654.25281, 1052,0,287)
    end 
addEventHandler ("onPlayerLogin", root, Spawn)
addEventHandler ("onPlayerWasted", root, Spawn)

 

Link to comment
5 minutes ago, iMr.WiFi..! said:

function Spawn( )
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
          spawnPlayer( source,1200.87915, -1654.25281, 1052,0,287)
    end 
addEventHandler ("onPlayerLogin", root, Spawn)
addEventHandler ("onPlayerWasted", root, Spawn)

 

    addEventHandler ( "onPlayerSpawn", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
    setTimer(setElementPosition, 500, 1, source,1200.87915, -1654.25281, 1052)
	setElementInterior(source, 20)
	setElementDimension ( source, 20 )
    setElementModel(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
    end
end 
)

 اخوي الكود ذا زباط بلرسباون بس المشكله انو ما يثبت على شخصيه وحده كل شويه انزل بشخصيه غير 

انا ابيه يثبت على الشخصيه الي انا حاطها

Link to comment
11 minutes ago, baba said:

    addEventHandler ( "onPlayerSpawn", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
    setTimer(setElementPosition, 500, 1, source,1200.87915, -1654.25281, 1052)
	setElementInterior(source, 20)
	setElementDimension ( source, 20 )
    setElementModel(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
    end
end 
)

 اخوي الكود ذا زباط بلرسباون بس المشكله انو ما يثبت على شخصيه وحده كل شويه انزل بشخصيه غير 

انا ابيه يثبت على الشخصيه الي انا حاطها

يمكن بالقيم مود حقك او مركب مود يحط شخصيات عشوائية

Link to comment
3 minutes ago, Master_Ali said:

وش الايفينت اللي حطيته؟

 

function Spawn( )
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
          spawnPlayer( source,1200.87915, -1654.25281, 1052,0,287)
    end 
addEventHandler ("onPlayerLogin", root, Spawn)
addEventHandler ("onPlayerWasted", root, Spawn)

 

Link to comment

بعطيك مثال بسيط

  addEventHandler ( "onPlayerWasted", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
	setElementInterior(source, 20,1200.87915, -1654.25281, 1052)
	setElementDimension ( source, 20 )
    setElementModel(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
      setCameraTarget(source,source)
    end
end 
)

اول ما تموت راح يرشبنس

معليش لابتوب جديد مب متعوذ على الكتابة بيه

لا تنسى تطفي 

play

freeroam

Edited by Master_Ali
نسيت شي
Link to comment
28 minutes ago, Master_Ali said:

بعطيك مثال بسيط


  addEventHandler ( "onPlayerWasted", root, function (    ) 
    if getTeamName( getPlayerTeam ( source ) ) == "Police" and getElementData ( source, "Group" ) == "SWAT" then
	setElementInterior(source, 20,1200.87915, -1654.25281, 1052)
	setElementDimension ( source, 20 )
    setElementModel(source, 287)
    setElementHealth ( source, 150 )
    setPedArmor ( source, 100 )
      setCameraTarget(source,source)
    end
end 
)

اول ما تموت راح يرشبنس

معليش لابتوب جديد مب متعوذ على الكتابة بيه

لا تنسى تطفي 

play

freeroam

يعطيك العافيه اخوي 

اول ما موت نفسي نقلني على عالم وهني بس مو الي انا محدده و سحب الدم حقي خله 0

واذا مت وانا مسكر الل

play

ما يرسبني مرره ثانيه

Link to comment
10 hours ago, baba said:

يعطيك العافيه اخوي 

اول ما موت نفسي نقلني على عالم وهني بس مو الي انا محدده و سحب الدم حقي خله 0

واذا مت وانا مسكر الل

play

ما يرسبني مرره ثانيه

تاكد انك مب مركب مودات بالسيرفر تحتوي على ايفينت 

onplayerspawn

Link to comment
3 minutes ago, Master_Ali said:

تاكد انك مب مركب مودات بالسيرفر تحتوي على ايفينت 

onplayerspawn

السيرفر ذا خاص ما يقدر حد يدخل عليه و يركب شي 

انا بشتغل على الهوست قيم الي بتكون في بدايت العبه هوست قيم

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...