Jump to content

help with some codes


top sniper

Recommended Posts

hi i made a shop panel

but i whant help with 3 codes :P

super bullets (with timer)

freeze (with timer)

super health

and what the proplem with this code

jetpack

server

addEvent("buyJetPack",true) 
addEventHandler("buyJetPack",root, 
function () 
    if ( getPlayerMoney (source) >= 1400 ) then 
        takePlayerMoney(source, 1400) 
        givePedJetPack(source) 
        outputChatBox("You Have Bought (JetPack) !", source, 255, 255, 0, true) 
      else 
        outputChatBox("You don't have $1,400 to buy JetPack !", source, 255, 0, 0, true) 
    end 
  end 
) 

Link to comment

lol wtf this script looks like one of those example scripts from the wiki because it is VERY basic, so basic that you look like a fool if you're trying to get "copyright" for it .. lol

unless you've really created something new and original I don't think you should argue about ownership.

this script makes use of basic MTA Functions like outputChatBox and getPlayerMoney, there's nothing in it that you actually 'own' @ Evil-Cod3r

To the topic starter: Is this script your full script ? Because nothing actually calls the buyJackPack event..

If it's not the full script then you should tell us what's not working or the debug errors

EDIT: top sniper, you won't get anybody to give you full scripts like that. You need to start learning LUA as this is not a place to request stuff.

Link to comment
hey Capy watch what you talking about iam not Kid if he steal you well fight like we did isnt it right ?

i make the code and he steal it just like that ?

Evil-Cod3r, you really can't talk about stealing, your "War Shop" has parts of my "Shop" resource uploaded to the MTA community, I haven't told you anything, but now I really feel like I should.

So please, stop fighting if you're one of these who copy scripts form someone else without their permission.

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