How?
Forum
CS2D General Ideas for CS2D - READ THE FIRST POST (OP)!How?
It would be pretty cool!
since I havent been in the editor for some while
but where you put dwn wall or something
It's called breakable or smth.
Just use water around a bridge no one can walk on. Easy fix.
Oh, sorry, my fault.
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.)
More weapons
More NPCs
Voice chat
Vehicles
Entities
Bugs
NPC AI
Admin/mod comment
The topic already says "READ THE FIRST POST", why do you ignore it? 1 week tempban §2.1 - No needless and/or doubled posts (spam)missions created by Dc or other
us.de programers, with cutscenes and
stuff.
Achievment system
Untitled has written
More gamemodes
missions created by Dc or other
us.de programers, with cutscenes and
stuff.
Achievment system
missions created by Dc or other
us.de programers, with cutscenes and
stuff.
Achievment system
Oh yeah, sure. Let's turn this in Call of Duty.
DannyDeth has written
TileFX working on blended tiles would be quite nice!
I agree.
1
img = image(blabla)
Quote
width = img:width()
Quote
height= img:height()
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.
1
2
3
2
3
somevalue="value" othervalue="value2" print(anothervalue)
would print error at line 3.
We aren't talking about this kind of errors.
And now try this code:
1
2
3
4
2
3
4
addhook('second', 's') function second() 	msg('lol') end