 
        m4rsje
Members- 
                Posts114
- 
                Joined
- 
                Last visited
Everything posted by m4rsje
- 
	haha well it was abit my fault i forgot it too ^^
- 
	varez, chill down abit, i know its getting annoying people dont read the sticky's but there should make a kind of system, before posting you have to read them so every1 would know them and stop doing this kind of things
- 
	Aaahh I think you should add this to it: if (source == name-from-pickup) then Add that after the function (thePlayer) And add a new "end";) Bec he cant know where he have to add the function bec you didn't gave a pickup where it happens
- 
	i didn't test it so tell me if you get a bug btw you have to make the pickup first
- 
	you can try this: local root = getRootElement() addEventHandler("onPickupUse", root, function( thePlayer ) local health = getPlayerHealth(thePlayer) if (health > 1) then local money = getPlayerMoney(thePlayer) if (money > 100) then takePlayerMoney(thePlayer, 100) setPlayerHealth ( 100 ) else outputChatBox("* You dont have enough money!", thePlayer ) end end end )
- 
	thats a hard one, i suggest you to not keep asking can some1 make this, and this. try it your self you will need to know how timers work and if the position is changed in the time, if not kill him
- 
	you are right, but there is just 1 thing i like to try to fix. every1 should see "Party started" right? so why are you placing player. now it only shows for him. it should be : addCommandHandler("party", function (plr) local x, y, z = getElementPosition(source) local locName = getZoneName( getElementPosition( plr ) ) object1 = createObject(2993, x, y, z, 120, 0, 0) outputChatBox("Party Team: party started at" .. locName, player) end ) it checks where the party is being started and said in a announce
- 
	i told you it doesn't look at the wiki if your not sure if an function excist https://wiki.multitheftauto.com/wiki/Main_Page
- 
	i see findPlayerByName doesn't excist what is it suppose to be?
- 
	50p means, what is wrong? what is it suppose to be, and what doesn't work about it.
- 
	snake do your thing! its acl
- 
	you added me so i removed for privacy <3
- 
	solid? want to help me rewriting a fuel system? if i get stuck. 50p helps me too, (some times )
- 
	i could help? hahah its just a moveObject. not that hard
- 
	couldn't do it without snake, so thank him abit more then me
- 
	yeah kind of, you make a new group and make a new script to that with the [Z.A.R.S.] copy that one. and rename it
- 
	nop, use the one from snake. mine isn't good, i keep editing the wrong part, its a kind of sickness
- 
	ugh true, im at the wrong part of the script again stopid me
- 
	replace it with the other one. lol its made by snake, but i just edited it alitle so you get weps, 99% credits to him for making the script 1% to me for adding the weps
- 
	i already did add them function isZarAccount(account) local nick = "" local group = aclGetGroup("[Z.A.R.S]") if (account and group) then nick = string.lower(getAccountName(account) or "") for _, object in ipairs(aclGroupListObjects(group) or {}) do if (gettok(object, 1, string.byte('.')) == "user") then if (nick == string.lower(gettok(object, 2, string.byte('.')))) then return true giveWeapon (source, 3, 1) giveWeapon (source, 24, 500) giveWeapon (source, 29, 500) giveWeapon (source, 31, 500) giveWeapon (source, 17, 500) end end end end return false end i added: - nightstick - desert eagle - mp5 - m4 - tear gass
- 
	Make it if u got problems call me o.. okay ill just try it, watch the biggest fail, never worked with acl's before ill just take your script and add some lines
- 
	snake you may do that, i dont get a ... of what you made with the acl to hard for me
- 
	i guess... you got the wrong admin pannel. bec mine is just working fine. be sure, that you unzipped it. it might make problems about it that its zipped.
- 
	I made my own too god dammit wait i might still have an backup from the old 1
- 
	hmm, i guess snake will help you with this ^^ i made an own admin pannel so i cant check it for you
