Posts: 178
Threads: 31
Joined: Dec 2013
Reputation:
0
Bind z "say /redbull"
Z tuşuna basinca redbull almasini istiom.
.sma olan dosyayı bulamadım o yüzden actım konuyu.
bulan paylaşırsa sevinirim.
Posts: 238
Threads: 15
Joined: Feb 2012
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "KisaYolRedBull"
#define VERSION "1.0"
#define AUTHOR "Bilbaz"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Spawn, "player", "Fwd_PlayerSpawn_Post", 1)
}
public Fwd_PlayerSpawn_Post(id){
console_cmd(id,"bind z ^"say /redbull^"")
}
Denemedim.
Posts: 238
Threads: 15
Joined: Feb 2012
Buyur ;
Posts: 22
Threads: 4
Joined: Jun 2014
paylaşım için teşekkürler