Po wpisaniu !admin, wywolywana jest funkcja nizej...
Problem mam taki ze widac jak jakis gracz wpisze !admin, a chce zeby nie bylo tego widac
Jak to zrobic ?
public CmdSay( id )
{
new name[ 32 ], steamid[ 34 ]
get_user_name( id, name, 31 )
get_user_authid( id, steamid, charsmax( steamid ) )
static szText[ 256 ]
read_args( szText, 255 )
remove_quotes( szText )
if( szText[0] != '!' )
{
return PLUGIN_CONTINUE
}
if( equali( szText, "!admin", 6 ) )
{
Po prostu nie chce zeby bylo widac ze ktos wpisal komende "!admin"
proszę o pomoc


Dodatki SourceMod



Temat jest zamknięty










