hi
im trying to learn pawn, and alway get bad load (invalid plugin in console) if i try to use it. all other plugins like imessage.amxx (and more...) are loading but my not, every one. her an example:
Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
public plugin_init()
{
register_plugin("Dragonball X Mod", "1.0", "DBX Dev Team")
new keys = MENU_KEY_0|MENU_KEY_1|MENU_KEY_2
register_menucmd(register_menuid("Which Weapon?"), keys, "giveWeapon")
}
i try to make plugins for ESF 1.2.3 mod, maybe i need do a special thing to get work? (using amxx 1.60)
thanks for any help :-)