hlmod.hu
https://hlmod.hu/

Zombi mód ember tipusok
https://hlmod.hu/viewtopic.php?f=9&t=7481
Oldal: 1 / 1

Szerző:  Tomos [2013.02.21. 13:35 ]
Hozzászólás témája:  Zombi mód ember tipusok

Az 5.0.8 hoz ember tipusokat honan tudok letölteni mert az oldalon nincs.

Szerző:  DeteCT0R [2013.02.21. 14:50 ]
Hozzászólás témája:  Re: Zombi mód ember tipusok

Tomos írta:
Az 5.0.8 hoz ember tipusokat honan tudok letölteni mert az oldalon nincs.


Keszites.Ense lattam meg.

Szerző:  dontercfg [2013.02.21. 16:43 ]
Hozzászólás témája:  Re: Zombi mód ember tipusok

SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <zombieplague>
  3.  
  4. new const human_neve[] = { "Human Tank" } // Neve
  5. new const human_info[] = { "HP++" } // Leírása
  6. new const human_model[] = { "valami.mdl" } // modell, a models/player mappából!
  7. new const human_kezmodel[] = { "valami.mdl" } // Kéz modell models/zombieplague mappából!
  8. const human_elete = 1800 // Élet
  9. const human_sebessege = 200 // Sebesség
  10. const Float:human_gravitacio = 0.3 // Gravitáció
  11. const Float:human_visszalokodes = 0.3 // Visszalökődés
  12. // Class ID
  13. new alaphuman
  14.  
  15. public plugin_precache()
  16. {
  17. register_plugin("[ZP] Human Faj: Tank ", "1.0", "tanke")
  18.  
  19. alaphuman = zp_register_human_class(human_neve, human_info, human_model, human_kezmodel, human_elete, human_sebessege, human_gravitacio,human_visszalokodes)
  20. }
  21. public zp_user_infected_post ( id, infector )
  22. {
  23. if (zp_get_user_human_class(id) == alaphuman)
  24. {
  25. client_print(id, print_chat, "[ZP] HUMAN - TANK lettel")
  26. }
  27. }


Remélem jó lesz!
Forrás: kiki
Kicsit átírva!

Szerző:  DeteCT0R [2013.02.21. 17:03 ]
Hozzászólás témája:  Re: Zombi mód ember tipusok

csak szolok rossz.:):D Es nemis fog menni:D
Lehet zp4.3 ba fog menni zombi class kent de zp5.0.8-ba tuti nemfog ember faj lenni.

Szerző:  dontercfg [2013.02.21. 17:09 ]
Hozzászólás témája:  Re: Zombi mód ember tipusok

Nem szeretem annyira 5.0.8-at.. :S

Szerző:  norbee.16 [2013.02.21. 18:53 ]
Hozzászólás témája:  Re: Zombi mód ember tipusok

Google az ember legjobb barátja :) "Zombie Plague 5.0 Human Class Letöltés"

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