Jump to content

يا ريت تدخلون ابي كود شوب


Mr-Kartha

Recommended Posts

https://forum.multitheftauto.com/viewtopic.php?f=119&t=49267

مثال من تابل :

addCommandHandler("buy", 
function(player, cmd, what) 
     if what == "nitro" then 
          if (getPlayerMoney(player) >= 3000) then 
               local vehicle = getPedOccupiedVehicle(player) 
               if vehicle then 
                    takePlayerMoney(player,3000) 
                    local name = getPlayerName(player) 
                    addVehicleUpgrade(vehicle, 1010) 
                    outputChatBox("[ #0000ff"..name.." #ffffff] #007fffhas bought [ #ffff00Nitro #007fff]", player, 255,255,255,true) 
               else 
                    outputChatBox("You aren't in vehicle!", player, 255,0,0,true) 
               end 
          else 
               outputChatBox("You Dont Have [#999999 3,000 #007fff]", player, 0,127,255,true)     
          end 
     end 
end) 

للنيترو !

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