Like, what i need to know, is basically how to like use it to (example) run function "getFire" from "plugin.core.amxx"?
Code:
public getFire()
{
// There's debug shit here which i wont show
new szUsername[32]
get_user_name(get_param(1), szUsername, 31)
return get_pdata_int(get_param(1), 460)
}
So how can i make it do this to the player who uses the command thing in other plugin? o.o
__________________