We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75a214 commit b695cf5Copy full SHA for b695cf5
README.md
@@ -25,6 +25,9 @@ def OnPlayerConnect(playerid):
25
As you can see, all referenced return values are removed and instead the method returns either a value or a tuple.
26
The corresponding python gamemode has to be saved as `gamemode.py` in a `python/` subfolder of your server directory.
27
28
+# Using
29
+Make sure, that you installed the 32-bit Python 3.5m version on your server!
30
+
31
# Compiling
32
If the uploaded binaries don't suite your needs, you might have to compile the project on your own.
33
You can also create an issue, so I can compile it for your system, just mention your system architecture.
0 commit comments