Iv'e made my 4rd plugin..it works,almost..here's the code:
Code:
#include <amxmodx>
#include <fun>
#include <tfcx>
public plugin_init() {
register_plugin("conc_rockets","1.00","Waylay")
register_event("ResetHUD", "giverl", "be")
register_clcmd("say needrocket", "giverl")
}
public giverl(id){
user_has_weapon(id,TFC_WPN_RPG,1)
}
Just a small 1...But it works to get the weapon..but i cant choose it to use it !!