Forum
CS2D Scripts Lua Scripts/Questions/Help Starkkz has written
thanks, does the 'x' is upward, and the 'y' is sideways?. Or am I wrong?
lmao! you don't know about the X & Y side? are you forget go to school? lol here it is
Y: Upward Side
X: Sideways
also see this image if you confuse
I guess you also forgot to go to school, the image you posted is also wrong
Flacko has written
@Admirdee:
I guess you also forgot to go to school, the image you posted is also wrong
I guess you also forgot to go to school, the image you posted is also wrong
I take the image from wikipedia.com
thats impossible to wrong
Y
1
2
3
4
5
X 1 2 3 4 5
1
2
3
4
2
3
4
addhook("kill","asdf") function asdf(id,victim) 	parse("setmoney "..id.." "..(player(id,"money")+300)) end
Flacko has written
You can set a player's money when it kills another one
That will give the player $300 extra dollars when he kills a player
1
2
3
4
2
3
4
addhook("kill","asdf") function asdf(id,victim) 	parse("setmoney "..id.." "..(player(id,"money")+300)) end
So how do you change the money you get back from killing your own buildings?
I'll just give you the script; i guess you want it since you saw my server using it ?
Sorry it's a giant ugly piece of code
Deatherr has written
So how do you change the money you get back from killing your own buildings?
Flacko has written
You can set a player's money when it kills another one
That will give the player $300 extra dollars when he kills a player
1
2
3
4
2
3
4
addhook("kill","asdf") function asdf(id,victim) 	parse("setmoney "..id.." "..(player(id,"money")+300)) end
So how do you change the money you get back from killing your own buildings?
You can't.
Wrong!
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
mpbuild = mp_killbuildingmoney 0 function killbuild() 	 i = 1,32 	money = player(i,"money") 	if mpbuild ~= 1 then return end 		parse("setmoney "..i.." "..money)+money) end Well you're kinda wrong just need to find a way to see if a building is gone xd
Woohoo I got Page 118!
edited 1×, last 15.12.09 01:48:52 am
But that's not scripting
http://unrealsoftware.de/files_show.php?file=363
Rofl
Just look at it
and read
Quote
by gfreemon or cyxapuk clan {World}<>{WolfS}
just soo funny
Notice the time difference lol
take hella long just to post that
again same as what i said before about the
positions thingy
not tryin to start anything
Anyway
I'm working on something close to what
[LaG] Fun 's Lua "Match" does
except my own custom matches
xd