This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
samp-test
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
OnGameModeExit eingefügt
master
Niels Peretzke
5 years ago
parent
0ca3cd1b46
commit
83cded79fc
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
gamemodes/gamemode.pwn
+ 6
- 0
gamemodes/gamemode.pwn
View File
@ -72,6 +72,12 @@ public OnGameModeInit()
return 1;
}
public OnGameModeExit()
{
print("GMX ausgeloest!");
return 1;
}
strtok(const string[], &index)
{
new length = strlen(string);
Write
Preview
Loading…
Cancel
Save