Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

raxor19 - zdjęcie

raxor19

Rejestracja: 20.07.2010
Aktualnie: Nieaktywny
Poza forum Ostatnio: 08.05.2014 21:20
-----

Moje posty

W temacie: crash hlds_run: 403

25.04.2011 14:23

no niestety dalej sie wiesza, blad

Segmentation fault
/home/tomek220191/83.1.164.148-27023/hlds_run: 403: cannot create : Directory nonexistent
/home/tomek220191/83.1.164.148-27023/hlds_run: 403: cannot create : Directory nonexistent
/home/tomek220191/83.1.164.148-27023/hlds_run: 403: cannot create : Directory nonexistent

W temacie: crash hlds_run: 403

22.04.2011 21:22

modules.ini



;;;
; To enable a module, remove the semi-colon (<img src='http://img.amxx.pl/public/style_emoticons/default/wink.gif' class='bbc_emoticon' alt=';)' /> in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
engine
fakemeta
geoip
sockets
regex
nvault
cstrike
csx

W temacie: wyrzucanie granatow na malej mapie

29.01.2011 12:51

a jak mam:

if(equal(mapa, "cs_") || equal(mapa, "awp_") || equal(mapa, "fy_p")) register_event("CurWeapon","CurWeapon","be", "1=1", "2=4")



Moge zamiast "awp_" dac sobie nazwe mapy? np de_dust2_mini

Dodano 29 styczeń 2011 - 13:54:
zmienilem aim_ na cs_ bo nie chcialem aby he byl dostepny na cs_wiocha to nic to nie dalo, na wiocha dalej mozna

W temacie: blad usermsg not present on client 163

29.12.2010 20:52

Więc zrób coś z tą funkcją:
//Radar
public radar_scan()
{
new PlayerCoords[3];
new id;
new Players[32];
new i;
new playerCount = 0;

for (id=1; id<=g_maxplayers; id++)
{
if((!is_user_alive(id))||(!radar[id])) continue;

if(get_players(Players, playerCount, "a") &&is_user_alive(id))
{
playerCount++;
}

for (i=1;i<=playerCount;i++)
{
get_user_origin(i, PlayerCoords)

message_begin(MSG_ONE_UNRELIABLE, g_msgHostageAdd, {0,0,0}, id)
write_byte(id)
write_byte(i)
write_coord(PlayerCoords[0])
write_coord(PlayerCoords[1])
write_coord(PlayerCoords[2])
message_end()

message_begin(MSG_ONE_UNRELIABLE, g_msgHostageDel, {0,0,0}, id)
write_byte(i)
message_end()
}
emit_sound(id, CHAN_ITEM, sound_radar, 1.0, ATTN_NORM, 0, PITCH_NORM);
}
}

bo mało co jest w niej poprawne




A dokladniej? Mozesz cos opisac- co jest zle ?



Lub jak mozesz to wywal mi ten item a w zalaczniku daje .sma bez zadnych bledow

Dodano 30 grudzień 2010 - 10:07:
L 12/30/2010 - 09:54:50: [ENGINE] Invalid entity 17
L 12/30/2010 - 09:54:50: [AMXX] Displaying debug trace (plugin "qtm_codmod.amxx")
L 12/30/2010 - 09:54:50: [AMXX] Run time error 10: native error (native "entity_get_int")
L 12/30/2010 - 09:54:50: [AMXX] [0] qtm_codmod.sma::PokazInformacje (line 1921)


Poprawilem wszystko dodalem debuga i wyskoczyly mi takie bledy

Dodano 30 grudzień 2010 - 10:21:
Daje jeszcze cala finkcje PokazInformacje , (tam gdzie blad w lini 1921 pogrubione)




public PokazInformacje(id)
{
id -= ZADANIE_POKAZ_INFORMACJE;

set_task(0.1, "PokazInformacje", id+ZADANIE_POKAZ_INFORMACJE);

if(!is_user_alive(id))
{
new target = entity_get_int(id, EV_INT_iuser2);

if(target == 0)
return PLUGIN_CONTINUE;

set_hudmessage(255, 255, 255, 0.6, -1.0, 0, 0.0, 0.3, 0.0, 0.0, 2);
ShowSyncHudMsg(id, SyncHudObj, "Klasa : %s^nDoswiadczenie : %i / %i^nPoziom : %i^nPrzedmiot : %s^nZapraszamy na^nwww.Cs-Rakszawa.pl", nazwy_klas[klasa_gracza[target]], doswiadczenie_gracza[target], doswiadczenie_poziomu[poziom_gracza[target]], poziom_gracza[target], nazwy_przedmiotow[informacje_przedmiotu_gracza[target][0]]);

return PLUGIN_CONTINUE;
}
set_hudmessage(255, 0, 0, 0.02, 0.23, 0, 0.0, 0.3, 0.0, 0.0);
ShowSyncHudMsg(id, SyncHudObj, "[Klasa : %s]^n[Doswiadczenie : %i / %i]^n[Poziom : %i]^n[Przedmiot : %s]^nZapraszamy na^nwww.Cs-Rakszawa.pl", nazwy_klas[klasa_gracza[id]], doswiadczenie_gracza[id], doswiadczenie_poziomu[poziom_gracza[id]], poziom_gracza[id], nazwy_przedmiotow[informacje_przedmiotu_gracza[id][0]]);
return PLUGIN_CONTINUE;
}

Dodano 30 grudzień 2010 - 10:34:
Teraz wywala ludzi a w konsoli znajduje sie :



Last 32 messages parsed.
23372 0085 svc_temp_entity
23372 0107 svc_temp_entity
23376 0008 StatusValue
23376 0013 StatusValue
23376 0018 StatusValue
23376 0023 svc_time
23376 0028 svc_clientdata
23376 0045 svc_deltapacketentities
23383 0008 svc_time
23383 0013 svc_clientdata
23383 0030 svc_deltapacketentities
23383 0099 svc_temp_entity
23387 0008 svc_time
23387 0013 svc_clientdata
23387 0030 svc_deltapacketentities
23392 0008 svc_time
23392 0013 svc_clientdata
23392 0030 svc_deltapacketentities
23392 0104 svc_sound
23392 0117 svc_temp_entity
23393 0008 StatusValue
23393 0013 StatusValue
23393 0018 StatusValue
23393 0023 svc_time
23393 0028 svc_clientdata
23393 0043 svc_deltapacketentities
23397 0008 svc_time
23397 0013 svc_clientdata
23397 0028 svc_deltapacketentities
23397 0100 svc_temp_entity
23397 0126 svc_setview
BAD: 130:svc_bad
Host_Error: CL_ParseServerMessage:

W temacie: blad usermsg not present on client 163

29.12.2010 17:45

samodzielnie