mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2026-04-11 05:40:04 -05:00
4 lines
No EOL
208 B
SourcePawn
4 lines
No EOL
208 B
SourcePawn
void UnoReverse_OnActivate(int activator, int target, const char[] eventId) {
|
|
PrintToChatAll("%N played uno reverse sorry on %N", target, activator);
|
|
ShowSorryAcceptMenu(target, activator, eventId);
|
|
} |