Ideas for CS2D - READ THE FIRST POST (OP)!
3,231 replies How about further updates to the built-in friends list by adding Instant Messaging functionality, so that while in-game you can communicate with friends that are on different servers similarly to the built-in IM in Counter-Strike on Stream. I find that quite good.


since I havent been in the editor for some while
but where you put dwn wall or something
It's called breakable or smth.
What about bridges?
A thousand may fall at your side, ten thousand at your right hand, but it will not come near you. You will only look with your eyes and see the recompense of the wicked. - Psalm 91:7-8 ESV
@
Infinite Rain: What about searching through the thread? DC already commented of the idea with multiple levels, which a bridge would require. Scripts would get ruined and everything would become too complicated.
Just use water around a bridge no one can walk on. Easy fix.

Just use water around a bridge no one can walk on. Easy fix.
@
Yates:
Oh, sorry, my fault.

Oh, sorry, my fault.
A thousand may fall at your side, ten thousand at your right hand, but it will not come near you. You will only look with your eyes and see the recompense of the wicked. - Psalm 91:7-8 ESV
Buy menu skins should be resized when they're being used so the big buy menu images can be resized smaller in game and skinners wont have a problem on the size of it.
Also, weapon names should be in the translation files if they're not already in yet. (Same weapons name in other translation files, like Super Armor and Nightvision.)
Also, weapon names should be in the translation files if they're not already in yet. (Same weapons name in other translation files, like Super Armor and Nightvision.)
10.01.13 03:32:03 pm
I am mapper!

Admin/mod comment:
The topic already says "READ THE FIRST POST", why do you ignore it? 1 week tempban


us.de programers, with cutscenes and
stuff.




us.de programers, with cutscenes and
stuff.

Oh yeah, sure. Let's turn this in Call of Duty.
Attempt to call a nil value should show the value used line.
We die once, do i have to hide to be visible ?
Getting image dimensions would be cool.
Code:
1
img = image(blabla)
Quote:
width = img:width()
Quote:
height= img:height()
@EP
I double that.
@D_S
This error is happening while BlitzMax is trying to execute a Lua function that isn't exists. Therefore impossible to be done.
I double that.
@D_S
This error is happening while BlitzMax is trying to execute a Lua function that isn't exists. Therefore impossible to be done.
A thousand may fall at your side, ten thousand at your right hand, but it will not come near you. You will only look with your eyes and see the recompense of the wicked. - Psalm 91:7-8 ESV
@
Infinite Rain: Number of line with code trying to call value.
would print error at line 3.

Code:
1
2
3
2
3
somevalue="value"
othervalue="value2"
print(anothervalue)
othervalue="value2"
print(anothervalue)
would print error at line 3.
Trust me, I'm an engineer |
DC approved
Super extra mod for CS2D (64), yeah!



@
Avo:
We aren't talking about this kind of errors.
And now try this code:
And you will see what are we talking about

We aren't talking about this kind of errors.
And now try this code:
Code:
1
2
3
4
2
3
4
addhook('second', 's')
function second()
msg('lol')
end
function second()
msg('lol')
end
And you will see what are we talking about
A thousand may fall at your side, ten thousand at your right hand, but it will not come near you. You will only look with your eyes and see the recompense of the wicked. - Psalm 91:7-8 ESV