Kod:
public plugin_init() {
register_plugin("Hide & Seek","3.0","Demonsthenes (Orig. by JPoilho)")
register_concmd("hs_pstart","function_setpstart",ADMIN_KICK," - Set place of PLAYERS start")
register_concmd("hs_start","function_startgame_x",ADMIN_KICK," - Start the hide & seek")
register_concmd("hs_stop","function_stopgame",ADMIN_KICK," - Stop the game in progress, Does not stop recycling of rounds")
register_concmd("hs_halt", "function_halt",ADMIN_KICK,"- Stops the game in progress, and the recycling of rounds")
register_concmd("hs_setit","function_setit",ADMIN_KICK,"- Sets who will be it next round")
register_concmd("hs_setitcolor","function_setitcolor",ADMIN_KICK,"- Sets the color the IT will be in RGB values 0-255, hs_setitcolor r g b")
register_concmd("hs_increasetime","function_increasetime",ADMIN_KICK," - Increases the current round's time limit by the passed value in seconds, 30 minute max")
register_concmd("hs_setplayercolor","function_setplayercolor",ADMIN_KICK,"- Sets the color the players will be in RGB values 0-255, hs_setitcolor r g b")
register_concmd("hs_setprison","function_setprison",ADMIN_KICK," - Set place of prison")
register_concmd("hs_itstart","function_setstart",ADMIN_KICK," - Set place of IT start")
register_clcmd("say hsmenu", "ShowGameMenu")
register_clcmd("say /hsmenu", "ShowGameMenu")
register_clcmd("say /showscores", "showscores")
register_clcmd("say showscores", "showscores")
ja mam tak ... i roznicy nie widze xD