Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #precxjg6y
Show paste
speeds = {'RAIL': {'freight': [45, 45, 60, 75, 90, 110],
'fast_freight': [65, 80, 95, 110, 110, 110],
'pax_mail': [65, 80, 95, 110, 125, 140]},
ww 24.04.2018 / 15.00 uhr
Show paste
619225
695
353
26692
terror the terrorist
Show paste
[
19
:
57
]
<@
coopserver
>
<
Vinnie
>
time
for
terror
[
20
:
00
]
<
happpy
>
yeah
[
20
:
01
]
<@
coopserver
>
<
Vinnie
>
wtf did V go insane
[
20
:
01
]
<@
coopserver
>
<
Vinnie
>
is
that a slug
with
a wig?
ww 24.04.2018 / 11.00 uhr
Show paste
715453
688
366
26692
ww 22.04.2018 / 18.00 uhr
Show paste
671466
639
438
26692
ww 22.04.2018 / 18.00 uhr
Show paste
671466
639
438
26692
ww 22.04.2018 / 18.00 uhr
Show paste
671466
639
438
26692
ww 22.04.2018 / 00.04 uhr
Show paste
670814
619
457
26692
ww 21.04.2018 /18.00 uhr
Show paste
664460
613
471
26692
Paste #pavoqtako
Show paste
this
-
>
STR_PERCENT
=
cmd
::
text
::
Add
(
ls,
"{RED}0%{BLACK}"
)
;
int
i
=
1
;
for
(
;
i
<
50
;
i
++
)
cmd
::
text
::
Add
(
ls, fmt
::
format
(
"{{RED}}{}%{{BLACK}}"
, i
)
)
;
for
(
;
i
<
75
;
i
++
)
cmd
::
text
::
Add
(
ls, fmt
::
format
(
"{{ORANGE}}{}%{{BLACK}}"
, i
)
)
;
for
(
;
i
<
100
;
i
++
)
cmd
::
text
::
Add
(
ls, fmt
::
format
(
"{{YELLOW}}{}%{{BLACK}}"
, i
)
)
;
for
(
;
i
<=
200
;
i
++
)
cmd
::
text
::
Add
(
ls, fmt
::
format
(
"{{GREEN}}{}%{{BLACK}}"
, i
)
)
;
ww 20.04.2018 / 12.00 uhr
Show paste
617529
577
182
26692
ww 20.04.2018 / 11.00 uhr
Show paste
617436
577
192
26692
Paste #pvgvq0193
Show paste
#ifdef ENABLE_NETWORK
#define GET_CLIENT_INFO(temp, var) NetworkClientInfo *temp = FindClientInfo(var);
#define GET_ATTR(client, expr, null) (client==NULL?(null):(expr))
#else
#define CLIENT_INFO(temp, var)
Paste #poiuz4sgm
Show paste
switch (FEAT_TRAINS, SELF, slammer_switch_graphics_modulo_num_units_in_consist_1_DFLT, position_in_vehid_chain - (position_in_vehid_chain - (position_in_vehid_chain % 6))) {
0: return slammer_switch_graphics_engine_id_0;
}
switch (FEAT_TRAINS, SELF, slammer_switch_graphics_modulo_num_units_in_consist_2_DFLT, position_in_vehid_chain - (position_in_vehid_chain - (position_in_vehid_chain % 6))) {
0: return slammer_switch_graphics_engine_id_1;
Paste #pzjwl19ka
Show paste
switch (FEAT_TRAINS, SELF, slammer_switch_graphics_position_in_consist_check_1_DFLT, position_in_vehid_chain % 6) {
0: return slammer_switch_graphics_engine_id_0;
}
switch (FEAT_TRAINS, SELF, slammer_switch_graphics_position_in_consist_check_2_DFLT, position_in_vehid_chain % 6) {
0: return slammer_switch_graphics_engine_id_1;
«
1
2
...
35
36
37
38
39
40
41
...
133
134
»