hlmod.hu
https://hlmod.hu/

Help!!
https://hlmod.hu/viewtopic.php?f=29&t=26192
Oldal: 1 / 1

Szerző:  voga955 [2016.09.13. 16:51 ]
Hozzászólás témája:  Re: Help!!

1. Ez a plugin: http://hlmod.hu/viewtopic.php?f=101&t=12096 beállítod majd a cvarokat ,hogy cserélgess aztán kész
2. https://forums.alliedmods.net/showpost.php?p=1781044&postcount=3
3. Ezt a mód alapból tartalmazza
4.
  1. #include <amxmodx>
  2. #include <fun>
  3.  
  4. #define PLUGIN "Granat"
  5. #define VERSION "1.0"
  6. #define AUTHOR "Voga."
  7.  
  8.  
  9. public plugin_init() {
  10.     register_plugin(PLUGIN, VERSION, AUTHOR);
  11.  
  12.     register_logevent("kezd", 2, "0=World triggered", "1=Round_Start");
  13. }
  14.  
  15. public kezd()
  16. {
  17.         new players[32],pnum;
  18.         get_players(players, pnum, "ae", "TERRORIST")
  19.         for(new i=0; i<pnum; i++) {
  20.  
  21.                 give_item(players[i],"weapon_flashbang");
  22.                 give_item(players[i],"weapon_flashbang");
  23.                 give_item(players[i],"weapon_smokegrenade");
  24.                 give_item(players[i],"weapon_hegrenade");
  25.     }
  26.            
  27. }


EDIT: Ohh bocsi ha nem így gondoltál sok mindent.. Azt hittem Furien módról van szó na mind1 :D

Szerző:  theglorious [2016.09.13. 18:08 ]
Hozzászólás témája:  Re: Help!!

 ! Moderátori megjegyzés (theglorious):
Témanevet változtasd!

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