hlmod.hu
https://hlmod.hu/

/scout (TÉMA FRISSÍTVE!)
https://hlmod.hu/viewtopic.php?f=9&t=4305
Oldal: 1 / 1

Szerző:  GhostRyder [2012.05.04. 17:57 ]
Hozzászólás témája:  /scout (TÉMA FRISSÍTVE!)

Helló

Ezt:
Kód:
#include <amxmodx>
#include <fun>

#define PLUGIN "Scout"
#define VERSION "1.0"
#define AUTHOR "GhostRyder"

public plugin_init(){
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /scout","scout");
}

public scout(id) 
{
if(
is_user_alive(id))
give_item(id,"weapon_scout");
}


Hogyan csináljam meg hogy az a 10db töltény se legyen benne? (Deathrun szerverre kéne...)

Szerző:  CheeseDave [2012.05.04. 19:45 ]
Hozzászólás témája:  Re: /scout (TÉMA FRISSÍTVE!)

GhostRyder írta:
Helló

Ezt:
Kód:
#include <amxmodx>
#include <fun>

#define PLUGIN "Scout"
#define VERSION "1.0"
#define AUTHOR "GhostRyder"

public plugin_init(){
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /scout","scout");
}

public scout(id) 
{
if(
is_user_alive(id))
give_item(id,"weapon_scout");
}


Hogyan csináljam meg hogy az a 10db töltény se legyen benne? (Deathrun szerverre kéne...)

http://amxmodx.crys.hu/site/?p=funkciok ... eapon_ammo
http://www.amxmodx.org/funcwiki.php?sea ... &go=search

Szerző:  GhostRyder [2012.05.04. 19:47 ]
Hozzászólás témája:  Re: /scout (TÉMA FRISSÍTVE!)

Köszi^^

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