Skip to content

Commit f0a1c2e

Browse files
committed
Базовые файлы для тестирования игры
1 parent 35f9093 commit f0a1c2e

File tree

6 files changed

+481
-0
lines changed

6 files changed

+481
-0
lines changed

gamemodes/test.pwn

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include <a_samp>
2+
3+
main() {
4+
print("Loading...");
5+
}
6+
7+
public OnGameModeInit() {
8+
SetGameModeText("Snake gamemode");
9+
AddPlayerClass(265, 1958.3783, 1343.1572, 15.3746, 270.1425, 0, 0, 0, 0, 0, 0);
10+
11+
return 1;
12+
}

plugins/streamer.dll

393 KB
Binary file not shown.

plugins/streamer.inc

Lines changed: 449 additions & 0 deletions
Large diffs are not rendered by default.

plugins/streamer.so

784 KB
Binary file not shown.

samp-server.exe

928 KB
Binary file not shown.

server.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
echo Executing Server Config...
2+
lanmode 0
3+
rcon_password 123456
4+
maxplayers 5
5+
port 7777
6+
hostname Snake game test
7+
gamemode0 test 1
8+
filterscripts snake
9+
plugins streamer
10+
announce 0
11+
chatlogging 0
12+
weburl www.sa-mp.com
13+
onfoot_rate 40
14+
incar_rate 40
15+
weapon_rate 40
16+
stream_distance 300.0
17+
stream_rate 1000
18+
maxnpc 0
19+
logtimeformat [%H:%M:%S]
20+
language Russian

0 commit comments

Comments
 (0)