Jump to content

طلب


Recommended Posts

:D

عندي هذا الكود يطلع في الشات الفلوس الي مع اللاعب

    outputChatBox(" يملك من المال $"..getPlayerMoney(player), root, 0, 255, 0) 

ابغى كود يطلع كم معه فلوس في البنك

وابغى اذا اذا معه سلاح m4

يجي في الشات انه معه السلاح

انا بركبها على ماركر عندي :?:shock:

Link to comment
:D

عندي هذا الكود يطلع في الشات الفلوس الي مع اللاعب

    outputChatBox(" يملك من المال $"..getPlayerMoney(player), root, 0, 255, 0) 

ابغى كود يطلع كم معه فلوس في البنك

وابغى اذا اذا معه سلاح m4

يجي في الشات انه معه السلاح

انا بركبها على ماركر عندي

طلبك الاول

لازم يكون معك مود البنك وتربطه بـكود

الطلب الثاني

    outputChatBox(" يمــلكـ سلاح"..getPlayerWeapon(player), root, 100, 60, 99) 

._.

Link to comment
  
local theMarker = createMarker ( x, y,z, "cylinder", 1.5, 255, 255, 0, 170 ) 
addEventHandler("onMarkerHit", theMarker, 
function( thePlayer ) 
if getElementType ( thePlayer ) == "player"  then 
giveWeapon ( thePlayer,29,900 )  
outputChatBox("تم منحك سلاح بنجاح") 
else 
if getPlayerWeapon ( thePlayer, 29 ) then 
cancelEvent(true) 
outputChatBox("اسف انت تمتلك سلاح من قبل") 
                     end 
                end 
          end 
     end 
end 
 ) 
  

Link to comment
  
local theMarker = createMarker ( x, y,z, "cylinder", 1.5, 255, 255, 0, 170 ) 
addEventHandler("onMarkerHit", theMarker, 
function( thePlayer ) 
if getElementType ( thePlayer ) == "player"  then 
giveWeapon ( thePlayer,29,900 )  
outputChatBox("تم منحك سلاح بنجاح") 
else 
if getPlayerWeapon ( thePlayer, 29 ) then 
cancelEvent(true) 
outputChatBox("اسف انت تمتلك سلاح من قبل") 
                     end 
                end 
          end 
     end 
end 
 ) 
  

! كم " اند " حاط الله يستر عليك

function + if الي تتطلب اند عندكك

local + else م يحتاج اند لـ

Link to comment

-- Server Side # 
local marker = createMarker(...) 
  
addEventHandler('onMarkerHit',marker,function(player) 
    if getElementType(player) == 'player' then 
         outputChatBox(" يملك من المال $ "..getPlayerMoney(player), root, 0, 255, 0) 
            if getSlotFromWeapon(31) > 0 then 
                outputChatBox('لديك سلاح',player) 
            end 
        end 
    end 
) 
Edited by Guest
Link to comment
-- Server Side # 
local marker = createMarker(...) 
  
addEventHandler('onMarkerHit',marker,function(player) 
    if getElementType(player) == 'player' then 
         outputChatBox(" يملك من المال $ "..getPlayerMoney(player), root, 0, 255, 0) 
            if getSlotFromWeapon(31) > 0 then 
                outputChatBox('لديك سلاح') 
            end 
        end 
    end 
) 

بالنسبة لـ :

outputChatBox('لديك سلاح') 
  

ماحطيت الاعب هنآ؟

Link to comment
-- Server Side # 
local marker = createMarker(...) 
  
addEventHandler('onMarkerHit',marker,function(player) 
    if getElementType(player) == 'player' then 
         outputChatBox(" يملك من المال $ "..getPlayerMoney(player), root, 0, 255, 0) 
            if getSlotFromWeapon(31) > 0 then 
                outputChatBox('لديك سلاح',player) 
            end 
        end 
    end 
) 

هو طلبو يخبط الماركر ياخد سلاح تقريبا ولو كان معه مايعيطه ينفع لساحة القتال

على ماعتقد

Link to comment

هو طلبو يخبط الماركر ياخد سلاح تقريبا ولو كان معه مايعيطه ينفع لساحة القتال

على ماعتقد

:D

عندي هذا الكود يطلع في الشات الفلوس الي مع اللاعب

    outputChatBox(" يملك من المال $"..getPlayerMoney(player), root, 0, 255, 0) 

ابغى كود يطلع كم معه فلوس في البنك

وابغى اذا اذا معه سلاح m4

يجي في الشات انه معه السلاح

انا بركبها على ماركر عندي :?:shock:

ما اشوف انه قال كذا؟

Link to comment

هو طلبو يخبط الماركر ياخد سلاح تقريبا ولو كان معه مايعيطه ينفع لساحة القتال

على ماعتقد

:D

عندي هذا الكود يطلع في الشات الفلوس الي مع اللاعب

    outputChatBox(" يملك من المال $"..getPlayerMoney(player), root, 0, 255, 0) 

ابغى كود يطلع كم معه فلوس في البنك

وابغى اذا اذا معه سلاح m4

يجي في الشات انه معه السلاح

انا بركبها على ماركر عندي :?:shock:

ما اشوف انه قال كذا؟

مانتهبت مدرى من كان حاطط الفنكشنات ركبتهالو وبس وبالنسبة للاندات كانت غلطة سويت Copy كتير ومانتبهت :)

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