Quote:
Originally Posted by .Dare Devil.
Here's a example why does the error come:
register_ham( ham_item, "myfunc" )
myfunc() doesn't exists.
|
RegisterHam(Ham_Spawn, "player", "FnHamSpawn", 1);
public FnHamSpawn(id)
{
}
Well its exist
Quote:
Originally Posted by ^SmileY
This will help alot, but i think i need to using my:

|
1.8.3 amxmodx
Metamod 1.21p37
__________________