Jump to content
GIGN Forum

Maza Probleemina!


Recommended Posts

Karoce gribeeju uzlikt laa lai naw adminiem ka iet serverii jaraksta setinfo _pw parole bet piemeeram setinfo xx parole bet nekaa!! server.cfg ierakstiiju amx_password_field xx , kad iesleedz serveri pirmo mapi iet bet naakamajaa mapee vairs naw !! nomainaas atpakal uz _pw

Link to comment
Share on other sites

hmm... takaa diezgan sen neesmu skripojis amxx... Nez vai shis ies

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Auto Set Cvar"
#define VERSION "1.0"
#define AUTHOR "Sh!nE*"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    set_task(1.0,"cvar_set")
}

public cvar_set()
{
    set_cvar_string("amx_password_field","_pw")
}

nu vajadzeetu iet... ja ne tad saki =]

Link to comment
Share on other sites

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Auto Set Cvar"
#define VERSION "1.0"
#define AUTHOR "Sh!nE*"
public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    set_task(1.0,"cvar_set")
}

public cvar_set()
{
    set_cvar_string("amx_password_field","_pw")
}

nu vajadzeetu iet... ja ne tad saki =]

ok thenks!! a tu savus pluginus liec amxmodx.org???

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...