XI_Alooy1212_IX Posted July 8, 2014 Posted July 8, 2014 السلام عليكم ورحة الله وبركاته . x,y,z = getElementPosition( source ) ابي كود يتعرف مكان السباون ادأ مات يرجع يلعب مرة ثانية للريس ^ اتمنى الكل يفهم ^ - -- --- ---- =[ من مواضيعي ]= ____________________ NEW | Weapon_ShopV2 NEW | position_v1 Soon | Skin_SystemV2 NEW | Police_CarsV1 Soon | Police_OFFICER Soon | WarpPanelV2.1 ____________________
#DRAGON!FIRE Posted July 8, 2014 Posted July 8, 2014 تقصد يوم يموت يرجع محل ما مات تقصد سكربت .. Respawn ? To Contact Me at Skype : [email protected]
XI_Alooy1212_IX Posted July 8, 2014 Author Posted July 8, 2014 لا, يرجع محل السباون الماب الأسأسي =[ من مواضيعي ]= ____________________ NEW | Weapon_ShopV2 NEW | position_v1 Soon | Skin_SystemV2 NEW | Police_CarsV1 Soon | Police_OFFICER Soon | WarpPanelV2.1 ____________________
Max+ Posted July 8, 2014 Posted July 8, 2014 يقصد اذا مت بالريس . . تموت بمكان معين .. يبيه يرجع لنفس المكان . . ماقترح تسويه طيب لو مات بالمويه ؟ عالعموم ., Event : onPlayerWasted getElementPosition spawnPlayer - New , Kill System - New, GameMode Intro - Leve / Exp System - New nametag showing style - New , Hud For Players - Skin Selection from SA-MP - Money System / Buy Weapons - Drop Weapons - New, Flood System - New , Group Assign - Gun license For Weapons - Random Rule System For Money
#DRAGON!FIRE Posted July 8, 2014 Posted July 8, 2014 هو مداكـ .. بس بصير اخطاء كثيرة لانه قيم مود الريس يسوي السيارات والخ .. لو تبي يوم يطيح يمديكـ To Contact Me at Skype : [email protected]
XI_Alooy1212_IX Posted July 9, 2014 Author Posted July 9, 2014 يب ادد =[ من مواضيعي ]= ____________________ NEW | Weapon_ShopV2 NEW | position_v1 Soon | Skin_SystemV2 NEW | Police_CarsV1 Soon | Police_OFFICER Soon | WarpPanelV2.1 ____________________
#DRAGON!FIRE Posted July 9, 2014 Posted July 9, 2014 function getMapData(data,valueData) ------- Function Hassan if ( data and valueData ) then for i,v in ipairs(getElementsByType(data)) do if ( v ) then local value = getElementData(v,valueData) if ( value ) then return value else return outputDebugString("Bad Argument value data .",1) end else return outputDebugString("Bad Argument data .",1) end end else return outputDebugString("Please Add data / value data .",1) end end addCommandHandler( "addMe", function( player ) local id = getMapData("spawnpoint","vehicle") local px = getMapData("spawnpoint","posX") local py = getMapData("spawnpoint","posY") local pz = getMapData("spawnpoint","posZ") local rx = getMapData("spawnpoint","rotX") local ry = getMapData("spawnpoint","rotY") local rz = getMapData("spawnpoint","rotZ") if ( id and px and py and pz and rx and ry and rz ) then if ( getPedOccupiedVehicle( player ) ) then setElementModel( getPedOccupiedVehicle( player ), tonumber( id ) ) setElementPosition( getPedOccupiedVehicle( player ), px, py, pz ) setElementRotation( getPedOccupiedVehicle( player ), rx, ry, rz ) end end end ) To Contact Me at Skype : [email protected]
XI_Alooy1212_IX Posted July 9, 2014 Author Posted July 9, 2014 function getMapData(data,valueData) ------- Function Hassan if ( data and valueData ) then for i,v in ipairs(getElementsByType(data)) do if ( v ) then local value = getElementData(v,valueData) if ( value ) then return value else return outputDebugString("Bad Argument value data .",1) end else return outputDebugString("Bad Argument data .",1) end end else return outputDebugString("Please Add data / value data .",1) end end addCommandHandler( "addMe", function( player ) local id = getMapData("spawnpoint","vehicle") local px = getMapData("spawnpoint","posX") local py = getMapData("spawnpoint","posY") local pz = getMapData("spawnpoint","posZ") local rx = getMapData("spawnpoint","rotX") local ry = getMapData("spawnpoint","rotY") local rz = getMapData("spawnpoint","rotZ") if ( id and px and py and pz and rx and ry and rz ) then if ( getPedOccupiedVehicle( player ) ) then setElementModel( getPedOccupiedVehicle( player ), tonumber( id ) ) setElementPosition( getPedOccupiedVehicle( player ), px, py, pz ) setElementRotation( getPedOccupiedVehicle( player ), rx, ry, rz ) end end end ) سيرفر ؟ =[ من مواضيعي ]= ____________________ NEW | Weapon_ShopV2 NEW | position_v1 Soon | Skin_SystemV2 NEW | Police_CarsV1 Soon | Police_OFFICER Soon | WarpPanelV2.1 ____________________
#DRAGON!FIRE Posted July 9, 2014 Posted July 9, 2014 function getMapData(data,valueData) ------- Function Hassan if ( data and valueData ) then for i,v in ipairs(getElementsByType(data)) do if ( v ) then local value = getElementData(v,valueData) if ( value ) then return value else return outputDebugString("Bad Argument value data .",1) end else return outputDebugString("Bad Argument data .",1) end end else return outputDebugString("Please Add data / value data .",1) end end addCommandHandler( "addMe", function( player ) local id = getMapData("spawnpoint","vehicle") local px = getMapData("spawnpoint","posX") local py = getMapData("spawnpoint","posY") local pz = getMapData("spawnpoint","posZ") local rx = getMapData("spawnpoint","rotX") local ry = getMapData("spawnpoint","rotY") local rz = getMapData("spawnpoint","rotZ") if ( id and px and py and pz and rx and ry and rz ) then if ( getPedOccupiedVehicle( player ) ) then setElementModel( getPedOccupiedVehicle( player ), tonumber( id ) ) setElementPosition( getPedOccupiedVehicle( player ), px, py, pz ) setElementRotation( getPedOccupiedVehicle( player ), rx, ry, rz ) end end end ) سيرفر ؟ yup To Contact Me at Skype : [email protected]
XI_Alooy1212_IX Posted July 9, 2014 Author Posted July 9, 2014 function getMapData(data,valueData) ------- Function Hassan if ( data and valueData ) then for i,v in ipairs(getElementsByType(data)) do if ( v ) then local value = getElementData(v,valueData) if ( value ) then return value else return outputDebugString("Bad Argument value data .",1) end else return outputDebugString("Bad Argument data .",1) end end else return outputDebugString("Please Add data / value data .",1) end end addCommandHandler( "addMe", function( player ) local id = getMapData("spawnpoint","vehicle") local px = getMapData("spawnpoint","posX") local py = getMapData("spawnpoint","posY") local pz = getMapData("spawnpoint","posZ") local rx = getMapData("spawnpoint","rotX") local ry = getMapData("spawnpoint","rotY") local rz = getMapData("spawnpoint","rotZ") if ( id and px and py and pz and rx and ry and rz ) then if ( getPedOccupiedVehicle( player ) ) then setElementModel( getPedOccupiedVehicle( player ), tonumber( id ) ) setElementPosition( getPedOccupiedVehicle( player ), px, py, pz ) setElementRotation( getPedOccupiedVehicle( player ), rx, ry, rz ) end end end ) ابي ترايقر سيرفر سيرفر ؟ yup =[ من مواضيعي ]= ____________________ NEW | Weapon_ShopV2 NEW | position_v1 Soon | Skin_SystemV2 NEW | Police_CarsV1 Soon | Police_OFFICER Soon | WarpPanelV2.1 ____________________
XI_Alooy1212_IX Posted July 9, 2014 Author Posted July 9, 2014 ابي ترايقر سيرفر + ايفنت =[ من مواضيعي ]= ____________________ NEW | Weapon_ShopV2 NEW | position_v1 Soon | Skin_SystemV2 NEW | Police_CarsV1 Soon | Police_OFFICER Soon | WarpPanelV2.1 ____________________
#Al-Ha[J]aRii Posted July 10, 2014 Posted July 10, 2014 ابي ترايقر سيرفر + ايفنت مافهمت وش قصدك اذا تبي تريقر من كلنت للسيرفر triggerServerEvent Try a little harder to be a little better I Can Made To You Any Script For $ Skype : alhajarii-mtasa
#DRAGON!FIRE Posted July 10, 2014 Posted July 10, 2014 وضضح اكثر .. # To Contact Me at Skype : [email protected]
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