Jump to content

x[ استفسار ]x كود الموتر


Recommended Posts

السلام عليكم

addEventHandler ('onPlayerChat',root, 
function (msg) 
if msg == 'موتر' then 
local vehicleID = getVehicleModelFromName ( vehicleName ) 

كذا نافع؟

ولا لا

لانه ماظبط معي يوم حطيت اسم الموتر

Link to comment

لو تقصد يكتب في الشات موتر يجي موتر

local Vehcile  = {}; 
local ID = 429                
addEventHandler( "onPlayerChat", root, 
     function ( msg ) 
           if ( msg and msg == "موتر" ) then 
               if isElement( Vehcile[source]) then destroyElement( Vehcile[source] ) end 
                    local x, y, z = getElementPosition ( source ) 
                           Vehcile[source] = createVehicle( ID, x + 3, y, z ) 
                              warpPedIntoVehicle ( source, Vehcile[source] ) 
                            end 
                      end 
                end 
        end 
) 
Link to comment
لو تقصد يكتب في الشات موتر يجي موتر

local Vehcile  = {}; 
local ID = 429                
addEventHandler( "onPlayerChat", root, 
     function ( msg ) 
           if ( msg and msg == "موتر" ) then 
               if isElement( Vehcile[source]) then destroyElement( Vehcile[source] ) end 
                    local x, y, z = getElementPosition ( source ) 
                           Vehcile[source] = createVehicle( ID, x + 3, y, z ) 
                              warpPedIntoVehicle ( source, Vehcile[source] ) 
                            end 
                      end 
                end 
        end 
) 
local Vehcile  = {}; 
local ID = 429               
addEventHandler( "onPlayerChat", root, 
     function ( msg ) 
           if ( msg and msg == "موتر" ) then 
               if isElement( Vehcile[source]) then destroyElement( Vehcile[source] ) end 
                    local x, y, z = getElementPosition ( source ) 
                           Vehcile[source] = createVehicle( ID, x + 3, y, z ) 
                              warpPedIntoVehicle ( source, Vehcile[source] ) 
                            end 
                      end 
                ) 

Link to comment
اطرح الكود كامل ممكن المشكله من الكود نفسه مب من هون هون ما في مشكله
addCommandHandler 

يا اخي هو قالك يبيها من اف 8 ولا هو تزويد مشاركات وخلاص ؟

- المشاركات ماتفيد بشي + ماقال انه يكتب موتر

Link to comment
اطرح الكود كامل ممكن المشكله من الكود نفسه مب من هون هون ما في مشكله
addCommandHandler 

يا اخي هو قالك يبيها من اف 8 ولا هو تزويد مشاركات وخلاص ؟

- المشاركات ماتفيد بشي + ماقال انه يكتب موتر

واضح من الكود انه يبي يكتبها بي الشات مب اف 8 -_-

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