18. August 2014 um 13:54 #1 the scream for players it can be like that ? Spoiler anzeigen PHP <?php $mod->registerCommand("ps",false,"playerScream"); function playerScream($guid,$paramters){ global $mod; global $players; $msg = implode(" ",$paramters); if(empty($paramters)){ $players[$guid]->say("Enter Msg"); }else{ $r = rand(0,9); $mod->rconSay("^$r"."$msg"); } } ?> Alles anzeigen