sourcemod-plugins/scripting/include/feedthetrolls.inc

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) {
}