Forum
CS2D General CS2D Bug Reportshttps://imgur.com/a/ODSoK
--------------------------------
https://imgur.com/a/xRfis
Bug in Fow
CS2D 1.0.0.7
--------------------------------
Command 'setmvp,setassists' work but console can't show you this commands
https://imgur.com/a/qiwrx , https://imgur.com/a/DcvrV
sys/core/cmd.lst Add setmvp:player:mvp -- setassists:player:assists
https://imgur.com/a/RGBw5
--------------------------------
Command 'close' in console (No Effect)
--------------------------------
@ mrc: © Tag color is Adding an: "Â" to the texts
Previously I used antergos linux rolling with intel gpu open source graphics stack and gma3150 or intel HD3000+ gpus
But now I am using fresh installation of Ubuntu Linux 16.04.4 LTS and use radeon r600 open source graphics driver for my caicos sapphire r5 230 1Gb AMD GPU card....and ubuntu hwe LTS graphics mesa + drivers for amd gpu chips stack...
I think it could be an AMD gpu problem but when I am asking on discord on zombie Apocalypse 2D or cs2d network they say that they do not experience the same problems so I decided to write here, cause on discord I have not found any person interested in talking about beside one guy who pointed me to these topic
edited 1×, last 15.04.18 11:31:01 pm
@ mrc: That's intended. Spectators can't be idle (they are not playing) so they never get kicked by the idle system. Also the vote system is designed for actual players only as well.
The console outputs messages similar to the image below whenever you use your knife.
Its bug i think, DC: please fix it
edited 1×, last 24.04.18 05:53:04 am
Mods aren't working properly, downloading files possible only when joining local server, not the online one. When trying to get mod from the online server it downloads only empty folders.
Tested with @ SQ:
edited 1×, last 25.04.18 02:44:15 am
function tutorialsay(player, text)
if (text == "bla")then
msg("Player "..player(player, "name").." said: bla")
end
end
I copy pasted it from CS2D tutorial. Why doesn't this work?
1
player(player, "name")
Btw, dude this is lua question, not a bug report.
Would make no sense because if there is "player" function, you would be doing recursive calls.
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("say","tutorialsay") function tutorialsay(p, text) 	if (text == "bla")then 		msg("Player "..player(p, "name").." said: bla") 	end end
idlike a normal person
It's working after changing the name of function like you did
Sometimes it does not even lag.
-rcon command "spawnplayer" doesnt remove gas mask and night vision. Strip these are right now impossible
edited 1×, last 05.05.18 04:42:49 pm