mirror of
https://github.com/FAUSheppy/skillbird-sourcemod
synced 2025-12-09 08:28:33 +01:00
4 lines
118 B
SourcePawn
4 lines
118 B
SourcePawn
public Action Timer_ConnectMessage(Handle timer, int client){
|
|
//QueryRating(client);
|
|
return Plugin_Continue;
|
|
} |