Signature
#define fm_DispatchSpawn(%1) dllfunc(DLLFunc_Spawn, %1)
Description
stock fm_DispatchSpawn(entity)
{
return dllfunc(DLLFunc_Spawn, entity)
}