Skip to content

Commit

Permalink
+ Name hinzugefügt
Browse files Browse the repository at this point in the history
Tutorial Script als Name festgelegt
  • Loading branch information
WhiceDev committed Apr 13, 2022
1 parent 225fc0a commit 58a0750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamemodes/tutorial.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print(" Tutorial Script");
print("----------------------------------\n");
}

public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
SetGameModeText("Tutorial Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
Expand Down

0 comments on commit 58a0750

Please sign in to comment.