hlmod.hu
https://hlmod.hu/

Granat
https://hlmod.hu/viewtopic.php?f=9&t=3971
Oldal: 1 / 1

Szerző:  nowa [2012.04.07. 12:32 ]
Hozzászólás témája:  Granat

Udv.!

Lenne egy olyan Kérdésem hogy van olyan Plugin hogy kezdéskor adjon alapbol Gránátot ?:D

Szerző:  VirTuaL ~` [2012.04.07. 12:41 ]
Hozzászólás témája:  Re: Granat

Kód:
#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>
#include <fun>

public plugin_init()
{
RegisterHam(Ham_Spawn, "player", "Player_Spawn_Post", 1)
}

public Player_Spawn_Post( id ) {
if( is_user_alive( id ) ) {
give_item( id , "weapon_hegrenade" )
}
}


Milyen gránátra gondoltál?

Szerző:  nowa [2012.04.07. 12:46 ]
Hozzászólás témája:  Re: Granat

virtualcfg írta:
Kód:
#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>
#include <fun>

public plugin_init()
{
RegisterHam(Ham_Spawn, "player", "Player_Spawn_Post", 1)
}

public Player_Spawn_Post( id ) {
if( is_user_alive( id ) ) {
give_item( id , "weapon_hegrenade" )
}
}


Milyen gránátra gondoltál?



Csak HE legyen :)

Szerző:  VirTuaL ~` [2012.04.07. 12:48 ]
Hozzászólás témája:  Re: Granat

Akkor ahogy írtam.

Szerző:  nowa [2012.04.07. 12:49 ]
Hozzászólás témája:  Re: Granat

virtualcfg írta:
Akkor ahogy írtam.


oké kösszi :)

Szerző:  rericsi8 [2012.04.07. 13:16 ]
Hozzászólás témája:  Re: Granat

ehhez miért kell a fun meg a hamsandwich?

Szerző:  IrOn [2012.04.07. 13:19 ]
Hozzászólás témája:  Re: Granat

fun -- giveitem
hamsandwich -- player spawn

Szerző:  VirTuaL ~` [2012.04.07. 13:22 ]
Hozzászólás témája:  Re: Granat

RegisterHam <-- Ebből már következtethettél volna hamsandwichre :)

Szerző:  rericsi8 [2012.04.07. 14:23 ]
Hozzászólás témája:  Re: Granat

hát jó én csak próbálkozom :? :D
azt hittem ezek alap amxmodx funkciók

Szerző:  VirTuaL ~` [2012.04.07. 14:53 ]
Hozzászólás témája:  Re: Granat

http://amxmodx.crys.hu/site/?p=funkciok&f=site_module_list
Olvasgass :D

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