Skip to content

Commit 58a0750

Browse files
committed
+ Name hinzugefügt
Tutorial Script als Name festgelegt
1 parent 225fc0a commit 58a0750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gamemodes/tutorial.pwn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
main()
44
{
55
print("\n----------------------------------");
6-
print(" Blank Gamemode by your name here");
6+
print(" Tutorial Script");
77
print("----------------------------------\n");
88
}
99

1010
public OnGameModeInit()
1111
{
1212
// Don't use these lines if it's a filterscript
13-
SetGameModeText("Blank Script");
13+
SetGameModeText("Tutorial Script");
1414
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
1515
return 1;
1616
}

0 commit comments

Comments
 (0)