mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 12:33:20 +00:00
15 lines
No EOL
198 B
SourcePawn
15 lines
No EOL
198 B
SourcePawn
public void MarkPlayer(int client, int marker) {
|
|
|
|
}
|
|
|
|
public void UnmarkPlayer(int client) {
|
|
|
|
}
|
|
|
|
public void IsPlayerMarked(int client) {
|
|
|
|
}
|
|
|
|
public void ToggleMarkPlayer(int client, marker) {
|
|
|
|
} |