hlmod.hu
https://hlmod.hu/

Hiba strip_user_weapon
https://hlmod.hu/viewtopic.php?f=9&t=20975
Oldal: 1 / 1

Szerző:  alfaanero [ 2015.06.13. 12:23 ]
Hozzászólás témája:  Hiba strip_user_weapon

Ezt a hibát kapom logban:
Kód:
L 06/13/2015 - 12:01:11: [AMXX] Run time error 10: native error (native "strip_user_weapons")
L 06/13/2015 - 12:01:11: [AMXX]    [0] glob_teszt.sma::Eledes (line 872)
L 06/13/2015 - 12:15:10: Start of error session.

Miért írja ezt?

Ennél a résznél
SMA Forráskód: [ Mindet kijelol ]
  1. public Eledes(id)
  2. {
  3. strip_user_weapons(id)
  4. give_item(id, "weapon_knife")
  5. give_item(id, "weapon_flashbang")
  6. give_item(id, "weapon_hegrenade")

Szerző:  Zeu|Sz [ 2015.06.13. 12:36 ]
Hozzászólás témája:  Re: Hiba strip_user_weapon

Nekem is ezt csinálja.

Szerző:  FloxaY [ 2015.06.13. 13:03 ]
Hozzászólás témája:  Re: Hiba strip_user_weapon

SMA Forráskód: [ Mindet kijelol ]
  1. public Eledes(id)
  2. {
  3. if(is_user_alive(id) || is_user_connected(id)) {
  4. strip_user_weapons(id)
  5. give_item(id, "weapon_knife")
  6. give_item(id, "weapon_flashbang")
  7. give_item(id, "weapon_hegrenade")
  8. }
  9. }

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/