Page 1 of 1

Pagalbos!

Posted: 2017 Feb 26 22:08
by Akka3223
Sveiki gal kas ismano apie DiabloII moda man reiktu pagalbos man lenda sita nesamone

//// d2_announcer.sma
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : error 017: undefined symbol "levels"
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : warning 215: expression has no effect
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : error 001: expected token: ";", but found ")"
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : error 029: invalid expression, assumed zero
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : fatal error 107: too many error messages on one line


scriptas:


public plugin_init()
{
register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR)
}
public d2_logged(id, log_type)
{
static name[32] ; get_user_name(id, name, charsmax(name));

if ( log_type == LOGGED )
{
client_printcolor( 0, "/y[ /g%s /y] - /ctr%s /yhas logged ON.", name, HEROES[ get_p_hero(id)];, LEVELS[ get_p_level(id) ]);
}
else
{
client_printcolor( 0, "/y[ /g%s /y] - /ctr%s /yhas logged OFF.", name, HEROES[ get_p_hero(id)]), LEVELS[ get_p_level(id) ]);
}
}

Re: Pagalbos!

Posted: 2017 Feb 27 00:26
by Aka
Turiu favorita savo :asian:

Re: Pagalbos!

Posted: 2017 Feb 27 15:38
by Akka3223
Aka wrote:Turiu favorita savo :asian:
as su situ nick nuo 2012 jau tai..

Re: Pagalbos!

Posted: 2017 Feb 27 18:34
by Aka
Akka3223 wrote:
Aka wrote:Turiu favorita savo :asian:
as su situ nick nuo 2012 jau tai..
Okey :asian:
Užsiregistravo: vakar 23:04

-- 2017 Vas 27 19:34 --
Akka3223 wrote:
Aka wrote:Turiu favorita savo :asian:
as su situ nick nuo 2012 jau tai..
Okey :asian:
Užsiregistravo: vakar 23:04

Re: Pagalbos!

Posted: 2017 Feb 27 18:51
by laimiukas3
Akka3223 wrote:Sveiki gal kas ismano apie DiabloII moda man reiktu pagalbos man lenda sita nesamone

//// d2_announcer.sma
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : error 017: undefined symbol "levels"
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : warning 215: expression has no effect
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : error 001: expected token: ";", but found ")"
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : error 029: invalid expression, assumed zero
// C:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\d2_announcer.sma(25) : fatal error 107: too many error messages on one line


scriptas:


public plugin_init()
{
register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR)
}
public d2_logged(id, log_type)
{
static name[32] ; get_user_name(id, name, charsmax(name));

if ( log_type == LOGGED )
{
client_printcolor( 0, "/y[ /g%s /y] - /ctr%s /yhas logged ON.", name, HEROES[ get_p_hero(id)];, LEVELS[ get_p_level(id) ]);
}
else
{
client_printcolor( 0, "/y[ /g%s /y] - /ctr%s /yhas logged OFF.", name, HEROES[ get_p_hero(id)]), LEVELS[ get_p_level(id) ]);
}
}
nekurk 10 tokiu paciu temu cia zmoens ne akli. naudok kodams tagus

Code: Select all

[code]kodas
[/code]