VADemon: It is not true - in my mod
There is script of change color of beam for railgun, depending on player color of spraycolor.
And it based on check this value.
It changing at event saving *.cfg files.
edited 1×, last 16.10.15 08:05:21 am
General
CS2D Bug Reports
VADemon:
parse("equip "..id.." 56")
Masea: As far I know, you can no longer equip with Defuse Kit, Blue & Red Flag and the Bomb (even if you are a Terrorist - on other game modes) with equip command. This also applies to the
strip command. The only solution is to use
spawnitem and specify the ID of the item and the position to a certain X and Y tile position but that would be a bad idea at creating mods.
Off-Topic:
DC should update the equip command information on CS2D website by adding a warn that you aren't able to equip certain items as I've already explained it above. addhook("die","d")
function d(vid)
parse("makespec "..vid)
end
Cebra: When you don't see the 'id' parameter first, it means that you ought to set it automatically. function d(id, vid)
Cebra: That's because it accidentally got changed. The next update will change it back and I have the very special task of reminding him to put an announcemet on CS2D and here
.
Gaios: I'm not sure if I understood you correctly but this is probably not a bug but an intended feature. There are too many servers which force people to download shit tons of files. Therefore users can decide to download only specific stuff.
reqcld and warn/kick people if they didn't download certain files. Be aware that this is still not a 100% safe guarantee.
zazz: Isn't a projectile hook for that?
zazz: http://cs2d.com/help.php?hookcat=all&hook=projectile#hook
DC has written
Gaios: I'm not sure if I understood you correctly but this is probably not a bug but an intended feature. There are too many servers which force people to download shit tons of files. Therefore users can decide to download only specific stuff.
reqcld and warn/kick people if they didn't download certain files. Be aware that this is still not a 100% safe guarantee.
Re: CS2D Bug Reports
settile is bugged. When you try to set tile with the ID of very last tile available in the tileset, it does not change the tile.
trigger hook doesn t workaddhook("trigger","tr")
function tr(trigger)
	if trigger=="h1" then
		msg("test")
	end
end
Cebra: Does the map you are running have a trigger called "h1"? Also, how is it triggered?
Cebra: OK, I figured it out.
Do any of your triggers have h1 in its Trigger: text field (not Name:, my bad) in its Properties panel?
Does it show the message when you type this into console:trigger h1