Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
there's probably some random obscure way to get rid of it tho
If it isn't then idk, should work.
좌클릭을 누른상태면 밀어내기
To enable propcore in singleplayer, put the following commands into the console:
wire_expression2_extension_enable propcore
wire_expression2_reload
Then the chip will work.
code:
@name exploding e2
@inputs
@outputs
@persist Prop:entity
@trigger
interval(100)
if(first()){
Prop = propSpawn("models/props_phx/torpedo.mdl", entity():pos(), entity():angles(), 1)
Prop:propBreak()
selfDestruct()
}
can you friend me and send me the code?