Jump to content

بس انا اشوف البيد


Recommended Posts

function giveMoney(_, killer) 
    if killer and getElementType(killer) == "player" then 
     outputChatBox ( " Killed successfully", player, 255, 0, 0 , true ) 
        givePlayerMoney(killer, 200) 
    end 
end 
addEventHandler("onPedWasted", root, giveMoney) 

ما يشتغل ,,

Link to comment
  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

function giveMoney(_, killer) 
    if killer and getElementType(killer) == "player" then 
     outputChatBox ( " Killed successfully", player, 255, 0, 0 , true ) 
        givePlayerMoney(killer, 200) 
    end 
end 
addEventHandler("onPedWasted", root, giveMoney) 

ما يشتغل ,,

من وين جبته؟ player في سطر 3

Link to comment
function giveMoney(_, killer) 
    if killer and getElementType(killer) == "player" then 
     outputChatBox ( " Killed successfully", player, 255, 0, 0 , true ) 
        givePlayerMoney(killer, 200) 
    end 
end 
addEventHandler("onPedWasted", root, giveMoney) 

ما يشتغل ,,

من وين جبته؟ player في سطر 3

كآن player or source or root = not work

Link to comment
^ اصلا ما يطلع بالشات ولا يعطيك فلوس...

يعني زيآده مساحه بملف سيرفر :lol:

وهو مو معرف ف ما يطلع لهPlayerما يعطي فلوس عشان الي يخرج الكلام بالشات انت حاطه لألمنت

وبيخرب الفنكشن الي بعده

killer اذا تبي يطلع للقاتل لآزم تحط انه يحط لـ

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