SmileYzn / PugMod-AMXX

Counter-Strike 1.6 Pickup Game for Amx Mod X
30 stars 16 forks source link

!pugstart, !forcestart, ... commands not found #23

Closed Rookie001MC closed 3 years ago

Rookie001MC commented 3 years ago

Problem

Typing !pugstart in chat and in console gave the output of "Commands not found"

Tried to downgrade from latest (3.1.1) to 3.0.9, it still cannot find the command.

SmileYzn commented 3 years ago
PUG_RegCommand("startpug","PUG_StartPug",ADMIN_LEVEL_A,"PUG_DESC_START"); PUG_RegCommand("stoppug","PUG_StopPug",ADMIN_LEVEL_A,"PUG_DESC_STOP");