mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-06-30 08:11:55 +00:00
init
This commit is contained in:
BIN
raw/scripts/mp/test-compiled.gsc
Normal file
BIN
raw/scripts/mp/test-compiled.gsc
Normal file
Binary file not shown.
19
raw/scripts/mp/test.gsc
Normal file
19
raw/scripts/mp/test.gsc
Normal file
@ -0,0 +1,19 @@
|
||||
init()
|
||||
{
|
||||
for ( ;; )
|
||||
{
|
||||
level waittill ( "connected", player );
|
||||
|
||||
player thread test();
|
||||
}
|
||||
}
|
||||
|
||||
test()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user